miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/travel-dealz.de.php
Mathias Kresin f89ed85a83 update libraries
fixes #365, #367
2015-04-28 18:08:42 +02:00

15 lines
446 B
PHP

<?php
return array(
'grabber' => array(
'%^/blog.*%' => array(
'test_url' => 'http://travel-dealz.de/blog/venere-gutschein/',
'body' => array('//div[@class="post-entry"]'),
'strip' => array(
'//*[@id="jp-relatedposts"]',
'//*[@class="post-meta"]',
'//*[@class="post-data"]',
'//*[@id="author-meta"]',
),
)
)
);