miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/neustadt-ticker.de.php
2015-10-19 22:49:30 -04:00

15 lines
493 B
PHP

<?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"]',
),
),
),
);