summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/derstandard.at.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/derstandard.at.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/derstandard.at.php18
1 files changed, 11 insertions, 7 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/derstandard.at.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/derstandard.at.php
index 687d72d89..599a686e3 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/derstandard.at.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/derstandard.at.php
@@ -1,10 +1,14 @@
<?php
return array(
- 'test_url' => 'http://derstandard.at/2000010267354/The-Witcher-3-Hohe-Hardware-Anforderungen-fuer-PC-Spieler?ref=rss',
- 'body' => array(
- '//div[@class="copytext"]',
- '//ul[@id="media-list"]',
- ),
- 'strip' => array(
- ),
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://derstandard.at/2000010267354/The-Witcher-3-Hohe-Hardware-Anforderungen-fuer-PC-Spieler?ref=rss',
+ 'body' => array(
+ '//div[@class="copytext"]',
+ '//ul[@id="media-list"]',
+ ),
+ 'strip' => array(
+ ),
+ )
+ )
);