summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/undeadly.org.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/undeadly.org.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/undeadly.org.php18
1 files changed, 11 insertions, 7 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/undeadly.org.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/undeadly.org.php
index f36ccfe01..8b14d96fc 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/undeadly.org.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/undeadly.org.php
@@ -1,10 +1,14 @@
<?php
return array(
- 'test_url' => 'http://undeadly.org/cgi?action=article&sid=20141101181155',
- 'body' => array(
- '/html/body/table[3]/tbody/tr/td[1]/table[2]/tr/td[1]'
- ),
- 'strip' => array(
- '//font',
- ),
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://undeadly.org/cgi?action=article&sid=20141101181155',
+ 'body' => array(
+ '/html/body/table[3]/tbody/tr/td[1]/table[2]/tr/td[1]'
+ ),
+ 'strip' => array(
+ '//font',
+ ),
+ )
+ )
); \ No newline at end of file