miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/neustadt-ticker.de.php

15 lines
493 B
PHP
Raw Normal View History

2015-04-28 18:08:42 +02:00
<?php
2015-04-28 18:08:42 +02:00
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(
2015-08-29 03:34:34 +02:00
'//*[@id="wp_rp_first"]',
'//*[@class="yarpp-related"]',
2015-04-28 18:08:42 +02:00
),
),
),
2015-08-29 03:34:34 +02:00
);