summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/linuxinsider.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/linuxinsider.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/linuxinsider.com.php15
1 files changed, 8 insertions, 7 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/linuxinsider.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/linuxinsider.com.php
index 50595b0f5..ab345e735 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/linuxinsider.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/linuxinsider.com.php
@@ -4,14 +4,15 @@ return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.linuxinsider.com/story/82526.html?rss=1',
- 'body' => array(
- '//div[@id="story-graphic-xlarge"]',
- '//div[@id="story-body"]',
- ),
+ 'body' => '//div[@id="story"]',
'strip' => array(
- '//script',
- '//div[@class="story-advertisement"]',
- '//iframe',
+ '//script',
+ '//h1]',
+ '//div[@id="story-toolbox1"]',
+ '//div[@id="story-byline"]',
+ '//div[@id="story"]/p',
+ '//div[@class="story-advertisement"]',
+ '//iframe',
),
),
),