summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/spiegel.de.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/spiegel.de.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/spiegel.de.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/spiegel.de.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/spiegel.de.php
index 375b17c35..d71893a34 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/spiegel.de.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/spiegel.de.php
@@ -1,7 +1,11 @@
<?php
return array(
- 'test_url' => 'http://www.spiegel.de/politik/ausland/afrika-angola-geht-gegen-islam-vor-und-schliesst-moscheen-a-935788.html',
- 'body' => array(
- '//div[contains(@class, "article-section")]'
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://www.spiegel.de/politik/ausland/afrika-angola-geht-gegen-islam-vor-und-schliesst-moscheen-a-935788.html',
+ 'body' => array(
+ '//div[contains(@class, "article-section")]'
+ )
+ )
)
); \ No newline at end of file