summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/arstechnica.com.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-10-25 16:22:10 -0700
committerFrederic Guillot <fred@kanboard.net>2017-10-25 16:22:10 -0700
commit9e2b2a32fd0e967ad3184e9a5d091a29953acb91 (patch)
tree00822e24aa1110c73ca455a8d096ef296c008cbc /vendor/miniflux/picofeed/lib/PicoFeed/Rules/arstechnica.com.php
parentc507c5416251c505cb3e088a03c6664bed73c812 (diff)
Include composer dependencies in repo
Diffstat (limited to 'vendor/miniflux/picofeed/lib/PicoFeed/Rules/arstechnica.com.php')
-rw-r--r--vendor/miniflux/picofeed/lib/PicoFeed/Rules/arstechnica.com.php25
1 files changed, 25 insertions, 0 deletions
diff --git a/vendor/miniflux/picofeed/lib/PicoFeed/Rules/arstechnica.com.php b/vendor/miniflux/picofeed/lib/PicoFeed/Rules/arstechnica.com.php
new file mode 100644
index 00000000..55e01ce3
--- /dev/null
+++ b/vendor/miniflux/picofeed/lib/PicoFeed/Rules/arstechnica.com.php
@@ -0,0 +1,25 @@
+<?php
+return array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://arstechnica.com/tech-policy/2015/09/judge-warners-2m-happy-birthday-copyright-is-bogus/',
+ 'body' => array(
+ '//article',
+ ),
+ 'strip' => array(
+ '//h4[@class="post-upperdek"]',
+ '//h1',
+ '//ul[@class="lSPager lSGallery"]',
+ '//div[@class="lSAction"]',
+ '//section[@class="post-meta"]',
+ '//figcaption',
+ '//aside',
+ '//div[@class="gallery-image-credit"]',
+ '//section[@class="article-author"]',
+ '//*[contains(@id,"social-")]',
+ '//div[contains(@id,"footer")]',
+ ),
+ ),
+ ),
+);
+