summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/areadvd.de.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/areadvd.de.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/areadvd.de.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/areadvd.de.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/areadvd.de.php
index ce93b3ec5..139fee5a7 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/areadvd.de.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/areadvd.de.php
@@ -1,10 +1,11 @@
<?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(),
- )
- )
-); \ No newline at end of file
+ ),
+ ),
+);