summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php22
1 files changed, 13 insertions, 9 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php
index dd433828b..e9880f27c 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php
@@ -1,13 +1,17 @@
<?php
return array(
- 'test_url' => 'http://www.vuxml.org/freebsd/a5f160fa-deee-11e4-99f8-080027ef73ec.html',
- 'body' => array(
- '//body'
- ),
- 'strip' => array(
- '//h1',
- '//div[@class="blurb"]',
- '//hr',
- '//p[@class="copyright"]'
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://www.vuxml.org/freebsd/a5f160fa-deee-11e4-99f8-080027ef73ec.html',
+ 'body' => array(
+ '//body'
+ ),
+ 'strip' => array(
+ '//h1',
+ '//div[@class="blurb"]',
+ '//hr',
+ '//p[@class="copyright"]'
+ )
+ )
)
); \ No newline at end of file