diff options
| -rw-r--r-- | omgubuntu.co.uk.txt | 5 | ||||
| -rw-r--r-- | presse-citron.net.txt | 6 | ||||
| -rw-r--r-- | ubuntugeek.com.txt | 9 |
3 files changed, 15 insertions, 5 deletions
diff --git a/omgubuntu.co.uk.txt b/omgubuntu.co.uk.txt index d685c01..466ff8f 100644 --- a/omgubuntu.co.uk.txt +++ b/omgubuntu.co.uk.txt @@ -4,9 +4,10 @@ prune: no title: //h2[@class='entry-title'] author: //a[@rel='author'] -body: //article +body: //div[@class='entry-content'] strip: //div[@class='entry-share'] strip: //div[@class='entry-meta'] - +strip: //div[@class='sharedaddy sd-sharing-enabled'] +strip: //div[@class='tag-links'] test_url: http://www.omgubuntu.co.uk/2015/04/facebook-chat-api-empathy-pidgin-stop-working diff --git a/presse-citron.net.txt b/presse-citron.net.txt index 6262ab8..923d767 100644 --- a/presse-citron.net.txt +++ b/presse-citron.net.txt @@ -1,9 +1,9 @@ title: //header[@class='post-header cf']/h1[@class='post-title'] author: //div[@class="post-meta"]/span[@class='posted-by']/span[@class='reviewer']/a date: //div[@class="post-meta"]/span[@class='posted-on']/span[@class='dtreviewed']/time/@datetime -body: //div[@class="post-content description"] +body: //div[@class="entry-content"] -strip: //div[@id="essb_links essb_counters essb_displayed_bottom essb_share essb_template_fancy-retina essb_1179534949 essb_links_right print-no"] -strip: //div[@class="tagcloud"] +strip: //div[@class="shareaholic-canvas shareaholic-ui shareaholic-resolved-canvas ng-scope"] +strip: //ul[@class="st-related-posts"] test_url: http://www.presse-citron.net/voici-comment-vous-pourrez-customiser-vos-fils-dactualite-facebook/ diff --git a/ubuntugeek.com.txt b/ubuntugeek.com.txt new file mode 100644 index 0000000..9c159b2 --- /dev/null +++ b/ubuntugeek.com.txt @@ -0,0 +1,9 @@ +title: //header[@class='entry-header']/h1[@class='entry-title']/a +author: //span[@class="heatmapthemead-post-details"]/span[@class='byline']/span[@class='author vcard']/a +date: //span[@class="heatmapthemead-post-details"]/a/time/@datetime +body: //div[@class="post-content description"] + +strip: //div[@id="essb_links essb_counters essb_displayed_bottom essb_share essb_template_fancy-retina essb_1179534949 essb_links_right print-no"] +strip: //div[@class="tagcloud"] + +test_url: http://www.ubuntugeek.com/install-glpi-it-and-asset-managemet-software-on-ubuntu-16-04-server.html |
