summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/retractionwatch.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/retractionwatch.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/retractionwatch.com.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/retractionwatch.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/retractionwatch.com.php
new file mode 100644
index 000000000..b97c73eda
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/retractionwatch.com.php
@@ -0,0 +1,18 @@
+<?php
+return array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://retractionwatch.com/2015/11/12/psychologist-jens-forster-settles-case-by-agreeing-to-2-retractions/',
+ 'body' => array(
+ '//*[@class="main"]',
+ '//*[@class="entry-content"]',
+ ),
+ 'strip' => array(
+ '//*[contains(@class, "sharedaddy")]',
+ '//*[contains(@class, "jp-relatedposts")]',
+ '//p[@class="p1"]',
+ )
+ )
+ )
+);
+