From bab2fb3899cc243e2f67ccf787f3657b250f6e61 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 2 Feb 2018 15:39:47 -0800 Subject: Remove dependency on PicoFeed --- .../lib/PicoFeed/Rules/wausaudailyherald.com.php | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 vendor/miniflux/picofeed/lib/PicoFeed/Rules/wausaudailyherald.com.php (limited to 'vendor/miniflux/picofeed/lib/PicoFeed/Rules/wausaudailyherald.com.php') diff --git a/vendor/miniflux/picofeed/lib/PicoFeed/Rules/wausaudailyherald.com.php b/vendor/miniflux/picofeed/lib/PicoFeed/Rules/wausaudailyherald.com.php deleted file mode 100644 index 58aceeaf..00000000 --- a/vendor/miniflux/picofeed/lib/PicoFeed/Rules/wausaudailyherald.com.php +++ /dev/null @@ -1,27 +0,0 @@ - array( - '%.*%' => array( - 'test_url' => 'http://www.wausaudailyherald.com/story/news/2017/04/01/hundreds-gather-remember-attorney-killed-shooting-spree/99826062/?from=global&sessionKey=&autologin=', - 'body' => array( - '//div[@itemprop="articleBody"]', - ), - 'strip' => array( - '//h1', - '//iframe', - '//span[@class="mycapture-small-btn mycapture-btn-with-text mycapture-expandable-photo-btn-small js-mycapture-btn-small"]', - '//div[@class="close-wrap"]', - '//div[contains(@class,"ui-video-wrapper")]', - '//div[contains(@class,"media-mob")]', - '//div[contains(@class,"left-mob")]', - '//div[contains(@class,"nerdbox")]', - '//p/span', - '//div[contains(@class,"oembed-asset")]', - '//*[contains(@class,"share")]', - '//div[contains(@class,"gallery-asset")]', - '//div[contains(@class,"oembed-asset")]', - '//div[@class="article-print-url"]', - ), - ), - ), -); -- cgit v1.2.3