summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/neustadt-ticker.de.php
blob: d17ed9192265a513e4f38ab5a5669675fb73b00b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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"]',
                '//*[@class="yarpp-related"]',
            ),
        ),
    ),
);