Skip to content

Commit

Permalink
Update grabber rule: smallhousebliss.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Guillot committed Dec 15, 2013
1 parent ba5ab24 commit d0b7e9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/PicoFeed/Rules/smallhousebliss.com.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
return array(
'test_url' => 'http://smallhousebliss.com/2013/08/29/house-g-by-lode-architecture/',
'body' => array(
'//div[@class="single-entry-content"]',
'//div[@class="post-content"]',
),
'strip' => array(
'//style',
'//script',
'//*[contains(@class, "gallery")]',
'//*[contains(@class, "share")]',
'//*[contains(@class, "wpcnt")]',
'//*[contains(@class, "entry-meta")]',
'//*[contains(@class, "meta")]',
'//*[contains(@class, "postitle")]',
'//*[@id="nav-below"]',
)
);

0 comments on commit d0b7e9c

Please sign in to comment.