miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/areadvd.de.php

11 lines
290 B
PHP
Raw Normal View History

2015-04-28 18:08:42 +02:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.areadvd.de/news/daily-deals-angebote-bei-lautsprecher-teufel-3/',
'body' => array('//div[contains(@class,"entry")]'),
'strip' => array(),
),
),
);