From 917a2573f09263c7fb800f853b342e32eb76b67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 23 Nov 2014 10:45:45 -0500 Subject: [PATCH] Update Numerama grabber rules --- vendor/PicoFeed/Rules/www.numerama.com.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vendor/PicoFeed/Rules/www.numerama.com.php b/vendor/PicoFeed/Rules/www.numerama.com.php index 5149c69..b6387da 100644 --- a/vendor/PicoFeed/Rules/www.numerama.com.php +++ b/vendor/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