From e5818d4013536669f03b089ebf4568f5af46a1bb Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Tue, 17 May 2016 14:51:30 +0200 Subject: add few websites (#154) * add few websites * add .txt extension --- begeek.fr.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 begeek.fr.txt (limited to 'begeek.fr.txt') diff --git a/begeek.fr.txt b/begeek.fr.txt new file mode 100644 index 0000000..5acec03 --- /dev/null +++ b/begeek.fr.txt @@ -0,0 +1,17 @@ +title: //div[@class='title']/h1 +author: //div[@class="author_link"]/span/a[@itemprop="author"] +date: //div[@id="publish_post"]/time/@datetime +body: //section[@id="single"] + +strip: //div[@class="title"] +strip: //div[@class="info_top"] +strip: //div[@class="follow-tools"] +strip: //div[@class="author"] +strip: //div[@id="share_post"] +strip: //div[@id="topic_ass"] +strip: //div[@id="taboola-below-article-thumbs-mix"] +strip: //section[@id="facebook-com"] +strip: //section[@id="related_post"] +strip: //div[@id="ligatus"] + +test_url: http://www.begeek.fr/videos-amazon-va-defier-youtube-france-202647 -- cgit v1.3.1