miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/travel-dealz.de.php

17 lines
450 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(
'%^/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"]',
),
),
),
);