summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/degroupnews.com.php10
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/sitepoint.com.php9
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/undeadly.org.php11
3 files changed, 30 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/degroupnews.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/degroupnews.com.php
new file mode 100644
index 000000000..e5f17de4f
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/degroupnews.com.php
@@ -0,0 +1,10 @@
+<?php
+return array(
+ 'test_url' => 'http://www.degroupnews.com/medias/vodsvod/amazon-concurrence-la-chromecast-de-google-avec-fire-tv-stick',
+ 'body' => array(
+ '//div[@class="contenu"]',
+ ),
+ 'strip' => array(
+ '//div[contains(@class, "a2a")]'
+ ),
+); \ No newline at end of file
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/sitepoint.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/sitepoint.com.php
new file mode 100644
index 000000000..8f3f58828
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/sitepoint.com.php
@@ -0,0 +1,9 @@
+<?php
+return array(
+ 'test_url' => 'http://www.sitepoint.com/creating-hello-world-app-swift/',
+ 'body' => array(
+ '//section[@class="article_body"]',
+ ),
+ 'strip' => array(
+ ),
+); \ No newline at end of file
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/undeadly.org.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/undeadly.org.php
new file mode 100644
index 000000000..1a7430448
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/undeadly.org.php
@@ -0,0 +1,11 @@
+<?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(
+ '//style',
+ '//font',
+ ),
+); \ No newline at end of file