Skip to content

Commit

Permalink
update lesnumeriques.com grabber
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolus committed Aug 27, 2018
1 parent ca5c8aa commit 689e948
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/PicoFeed/Rules/www.lesnumeriques.com.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@
],
'strip' => [
'//form',
'//h1',
'//div[contains(@class, "price-v4"])',
'//div[contains(@class, "authors-and-date")]',
'//div[contains(@class, "mini-product")]',
'//div[contains(@class, "social-share-text")]',
'//div[contains(@class, "publication-breadcrumbs")]',
'//div[@id="articles-related-authors"]',
'//div[@id="tags-socials"]',
'//div[@id="user-reviews"]',
'//div[@id="product-reviews"]',
'//div[@id="publication-breadcrumbs-and-date"]',
'//div[@id="publication-breadcrumbs-and-date"]',
],
],
],
Expand Down

0 comments on commit 689e948

Please sign in to comment.