summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.cnn.com.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 20:19:57 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 20:19:57 +0100
commitf2a65b0a4aa1cd6448ec5236190dcdf1f0eb12c4 (patch)
tree5be26b5c74561b59d5662046fe8ee82c08c120cd /vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.cnn.com.php
parent8a58b145cf7d05d6c73043700b27813125d9a88f (diff)
remove compiled js and 3rdparty deps from the repo
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.cnn.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.cnn.com.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.cnn.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.cnn.com.php
deleted file mode 100644
index a8f772f40..000000000
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.cnn.com.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-return array(
- 'grabber' => array(
- '%.*%' => array(
- 'test_url' => 'http://www.cnn.com/2013/08/31/world/meast/syria-civil-war/index.html?hpt=hp_t1',
- 'body' => array(
- '//div[@class="cnn_strycntntlft"]',
- ),
- 'strip' => array(
- '//div[@class="cnn_stryshrwdgtbtm"]',
- '//div[@class="cnn_strybtmcntnt"]',
- '//div[@class="cnn_strylftcntnt"]',
- '//div[contains(@class, "cnnGalleryContainer")]',
- '//div[contains(@class, "cnn_strylftcexpbx")]',
- '//div[contains(@class, "articleGalleryNavContainer")]',
- '//div[contains(@class, "cnnArticleGalleryCaptionControl")]',
- '//div[contains(@class, "cnnArticleGalleryNavPrevNextDisabled")]',
- '//div[contains(@class, "cnnArticleGalleryNavPrevNext")]',
- '//div[contains(@class, "cnn_html_media_title_new")]',
- '//div[contains(@id, "disqus")]',
- ),
- ),
- ),
-);