summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-04-15 11:23:49 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-04-15 11:23:49 +0200
commit99f1aedd70a37b8763f0d72e0db223ede62190f3 (patch)
tree0264b9ed0ed633ba26a990e8ce9254bf04e1f456 /vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php
parent53eccb2ff78f6d94355cfca3cbfefc981e5de03b (diff)
remove youtube autoplay in picofeed
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php
new file mode 100644
index 000000000..dd433828b
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/vuxml.org.php
@@ -0,0 +1,13 @@
+<?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"]'
+ )
+); \ No newline at end of file