summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.numerama.com.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-23 17:14:29 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-23 17:14:29 +0100
commitcf0f54ef8474ee0ab84e8953459734f5cec601a9 (patch)
tree3f789e3561a171e86fcd3a9288d2bb61e7f3eb9d /vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.numerama.com.php
parent8130e77fbafa3fbb07f6cf527b4735bf410cb5fe (diff)
udpate picofeed to fix xxe
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.numerama.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.numerama.com.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.numerama.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.numerama.com.php
index 5149c69ab..b6387da73 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.numerama.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.numerama.com.php
@@ -2,9 +2,10 @@
return array(
'test_url' => 'http://www.numerama.com/magazine/26857-bientot-des-robots-dans-les-cuisines-de-mcdo.html',
'body' => array(
- '//*[@id="general_content"]/table/tbody/tr/td[1]/div/div/div[6]/h2',
- '//div[@id="newstext"]',
+ '//div[@class="col_left"]//div[@class="content"]',
),
'strip' => array(
+ '//div[@class="news_social"]',
+ '//div[@id="newssuiv"]',
)
); \ No newline at end of file