summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/slashdot.org.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-04-30 18:30:11 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-04-30 18:30:11 +0200
commiteb28c3b137c8a0d61377087c9a04b820151b0b7c (patch)
treec1ebf149f43fa653a4ef1c3f33df04557094e834 /vendor/fguillot/picofeed/lib/PicoFeed/Rules/slashdot.org.php
parent2e54780c1496bfa39cd035b9ac40ed851d2198f1 (diff)
update deps
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/slashdot.org.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/slashdot.org.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/slashdot.org.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/slashdot.org.php
new file mode 100644
index 000000000..b212fcea0
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/slashdot.org.php
@@ -0,0 +1,11 @@
+<?php
+return array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://science.slashdot.org/story/15/04/20/0528253/pull-top-can-tabs-at-50-reach-historic-archaeological-status',
+ 'body' => array(
+ '//article/div[@class="body"] | //article[@class="layout-article"]/div[@class="elips"]'),
+ 'strip' => array(),
+ )
+ )
+); \ No newline at end of file