diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-02-02 15:39:47 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-02-02 15:39:47 -0800 |
commit | bab2fb3899cc243e2f67ccf787f3657b250f6e61 (patch) | |
tree | 07ddb755330b320fbd2e2803fdb978cfff3bd452 /vendor/miniflux/picofeed/lib/PicoFeed/Rules/arstechnica.com.php | |
parent | 5c4d06d26b808ea50d08f83ae02ac82373fd2208 (diff) |
Remove dependency on PicoFeed
Diffstat (limited to 'vendor/miniflux/picofeed/lib/PicoFeed/Rules/arstechnica.com.php')
-rw-r--r-- | vendor/miniflux/picofeed/lib/PicoFeed/Rules/arstechnica.com.php | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/miniflux/picofeed/lib/PicoFeed/Rules/arstechnica.com.php b/vendor/miniflux/picofeed/lib/PicoFeed/Rules/arstechnica.com.php deleted file mode 100644 index 55e01ce3..00000000 --- a/vendor/miniflux/picofeed/lib/PicoFeed/Rules/arstechnica.com.php +++ /dev/null @@ -1,25 +0,0 @@ -<?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")]', - ), - ), - ), -); - |