summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/neustadt-ticker.de.php
blob: e0c0d19d35fbfe72d18e903eb988621aca4845f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.neustadt-ticker.de/41302/alltag/kultur/demo-auf-der-boehmischen',
            'body' => array(
                '//div[@class="entry-content"]',
            ),
            'strip' => array(
                '//*[contains(@class, "sharedaddy")]',
                '//*[contains(@class, "yarpp-related")]',
            ),
        ),
    ),
);