summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.slate.fr.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-27 09:29:09 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-27 09:29:09 +0100
commit73f65c8fbadbdd2098448e77b6d3f0464ad8613e (patch)
treef22ba63a222fb4f7d05427b661f3c008170047fd /vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.slate.fr.php
parentbe37aed9f5d923fe16e264c6ffc97db08503b791 (diff)
update picofeed
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.slate.fr.php')
m---------vendor/fguillot/picofeed0
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.slate.fr.php17
2 files changed, 0 insertions, 17 deletions
diff --git a/vendor/fguillot/picofeed b/vendor/fguillot/picofeed
new file mode 160000
+Subproject 0a1d0d3950f7f047dc8fb1d80aa6296e15f306d
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.slate.fr.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.slate.fr.php
deleted file mode 100644
index d2dc50068..000000000
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.slate.fr.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-return array(
- 'test_url' => 'http://www.slate.fr/monde/77034/allemagne-2013-couacs-campagne',
- 'body' => array(
- '//div[@class="article_content"]',
- ),
- 'strip' => array(
- '//script',
- '//style',
- '//*[@id="slate_associated_bn"]',
- '//*[@id="ligatus-article"]',
- '//*[@id="article_sidebar"]',
- '//div[contains(@id, "reseaux")]',
- '//*[contains(@class, "smart") or contains(@class, "article_tags") or contains(@class, "article_reactions")]',
- '//*[contains(@class, "OUTBRAIN") or contains(@class, "related_item") or contains(@class, "share")]',
- )
-); \ No newline at end of file