summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/thelocal.se.php
blob: c3ec250c85363383dac480a36968b41031cc63bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'www.thelocal.se/20161219/this-swede-can-memorize-hundreds-of-numbers-in-only-five-minutes',
            'body' => array(
                '//div[@id="article-photo"]',
                '//div[@id="article-description"]',
                '//div[@id="article-body"]',
            ),
            'strip' => array(
                '//div[@id="article-info-middle"]',
        )
        )
    )
);