diff options
| author | Bilal Elmoussaoui <bil.elmoussaoui@gmail.com> | 2016-05-17 14:51:30 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2016-05-17 14:51:30 +0200 |
| commit | e5818d4013536669f03b089ebf4568f5af46a1bb (patch) | |
| tree | 0f7cd129835142dedac29ce56c43fd332486af83 | |
| parent | d7c5ce6de99ea5f19a0c071a8c7fbcd7ce92f11b (diff) | |
| download | ftr-site-config-e5818d4013536669f03b089ebf4568f5af46a1bb.tar.gz ftr-site-config-e5818d4013536669f03b089ebf4568f5af46a1bb.zip | |
add few websites (#154)
* add few websites
* add .txt extension
| -rw-r--r-- | begeek.fr.txt | 17 | ||||
| -rw-r--r-- | gamekult.com.txt | 7 | ||||
| -rw-r--r-- | igen.fr.txt | 8 | ||||
| -rw-r--r-- | kulturegeek.fr.txt | 13 |
4 files changed, 45 insertions, 0 deletions
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 diff --git a/gamekult.com.txt b/gamekult.com.txt new file mode 100644 index 0000000..96e5192 --- /dev/null +++ b/gamekult.com.txt @@ -0,0 +1,7 @@ +title: //article[@id='story-page']/h1 +date: //p[@class="byline"]/time/@datetime +body: //div[@class="summary"] + +strip: //select[@id="news_changing_node"] + +test_url: http://www.gamekult.com/actu/toukiden-2-demo-vita-japonaise-le-24-mai-A163469.html diff --git a/igen.fr.txt b/igen.fr.txt new file mode 100644 index 0000000..b6a2cff --- /dev/null +++ b/igen.fr.txt @@ -0,0 +1,8 @@ +title: //section[@class='titre']/h1 +author: //span[@class="infos"]/span[@class="username"] +date: //span[@class="infos"]/time/@datetime +body: //section[@class="corps"] + +strip: //select[@id="news_changing_node"] + +test_url: http://www.igen.fr/itunes/2016/05/itunes-mis-jour-la-semaine-prochaine-contre-le-bug-de-suppression-de-musique-95803 diff --git a/kulturegeek.fr.txt b/kulturegeek.fr.txt new file mode 100644 index 0000000..ce08be3 --- /dev/null +++ b/kulturegeek.fr.txt @@ -0,0 +1,13 @@ +title: //h1[@class='post-name'] +author: //span[@class="police_info reviewer"]/a +date: //span[@class="police_info dtreviewed"] +body: //div[@class="post-content"] + +strip: //div[@class="yarpp-related"] +strip: //div[@id="pafternews"] +strip: //div[@class="partage_reseaux2"] +strip: //div[@class="partage_reseaux"] +strip: //a[@class="enp-report"] +strip: //div[@class="adsPost"] + +test_url: http://kulturegeek.fr/news-84253/plan-promos-high-tech-week-end-13 |
