summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/neustadt-ticker.de.php
blob: ac41ee6fa6e710f7f40007cb5b5e2a24f1b3c9ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.neustadt-ticker.de/36480/aktuell/nachrichten/buergerbuero-neustadt-ab-heute-wieder-geoeffnet',
            'body' => array('//div[contains(@class,"article")]/div[@class="PostContent" and *[not(contains(@class, "navigation"))]]'),
            'strip' => array(
                '//*[@id="wp_rp_first"]'
            ),
        )
    )
);