summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/fossbytes.com.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-02-02 15:39:47 -0800
committerFrédéric Guillot <fred@kanboard.net>2018-02-02 15:39:47 -0800
commitbab2fb3899cc243e2f67ccf787f3657b250f6e61 (patch)
tree07ddb755330b320fbd2e2803fdb978cfff3bd452 /vendor/miniflux/picofeed/lib/PicoFeed/Rules/fossbytes.com.php
parent5c4d06d26b808ea50d08f83ae02ac82373fd2208 (diff)
Remove dependency on PicoFeed
Diffstat (limited to 'vendor/miniflux/picofeed/lib/PicoFeed/Rules/fossbytes.com.php')
-rw-r--r--vendor/miniflux/picofeed/lib/PicoFeed/Rules/fossbytes.com.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/vendor/miniflux/picofeed/lib/PicoFeed/Rules/fossbytes.com.php b/vendor/miniflux/picofeed/lib/PicoFeed/Rules/fossbytes.com.php
deleted file mode 100644
index 6ce47256..00000000
--- a/vendor/miniflux/picofeed/lib/PicoFeed/Rules/fossbytes.com.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-return array(
- 'grabber' => array(
- '%.*%' => array(
- 'test_url' => 'http://fossbytes.com/fbi-hacked-1000-computers-to-shut-down-largest-child-pornography-site-on-the-dark-web/',
- 'body' => array(
- '//div[@class="entry-inner"]',
- ),
- 'strip' => array(
- '//*[@class="at-above-post addthis_default_style addthis_toolbox at-wordpress-hide"]',
- '//*[@class="at-below-post addthis_default_style addthis_toolbox at-wordpress-hide"]',
- '//*[@class="at-below-post-recommended addthis_default_style addthis_toolbox at-wordpress-hide"]',
- '//*[@class="code-block code-block-12 ai-desktop"]',
- '//*[@class="code-block code-block-13 ai-tablet-phone"]',
- ),
- ),
- ),
-);