diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2015-12-23 22:35:21 +0000 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2015-12-23 22:35:21 +0000 |
| commit | 0a887ed14fc2c777762e7f51536b0d093433a3f1 (patch) | |
| tree | ff3868089ba5cac660f39da8d9529f6b2a274985 | |
| parent | 6c8404fc1a6b86bf62cac72525092cdef5be6218 (diff) | |
| parent | c26eedb82b41d50beff2f868fb8cbc5f7a1ac31d (diff) | |
| download | ftr-site-config-0a887ed14fc2c777762e7f51536b0d093433a3f1.tar.gz ftr-site-config-0a887ed14fc2c777762e7f51536b0d093433a3f1.zip | |
Merge pull request #119 from j0k3r/patch-3
Add next_page_link to JDG Network sites
| -rw-r--r-- | jdubuzz.com.txt | 2 | ||||
| -rw-r--r-- | journaldugamer.com.txt | 1 | ||||
| -rw-r--r-- | journaldugeek.com.txt | 1 | ||||
| -rw-r--r-- | news.pixelistes.com.txt | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/jdubuzz.com.txt b/jdubuzz.com.txt index 7fac576..ddae23f 100644 --- a/jdubuzz.com.txt +++ b/jdubuzz.com.txt @@ -3,9 +3,11 @@ # Source: http://siteconfig.fivefilters.org/grab.php?url=http://www.journaldugeek.com/2015/09/09/apple-ipad-pro/ date: //meta[@property="og:updated_time"]/@content +next_page_link: //div[contains(concat(' ',normalize-space(@class),' '),' pagination ')]/a[contains(concat(' ',normalize-space(@class),' '),' next ')] strip: //div[contains(concat(' ',normalize-space(@class),' '),' jdg-recommend ')] strip: //div[contains(concat(' ',normalize-space(@class),' '),' proofreader-bloc ')] body: //div[contains(concat(' ',normalize-space(@class),' '),' post-content ')] test_url: http://www.jdubuzz.com/2015/09/11/le-meilleur-du-jduzap-cest-maintenant/ +test_url: http://www.jdubuzz.com/tests/les-20-comptes-instagram-des-filles-les-plus-sexy-a-suivre-en-2016/
\ No newline at end of file diff --git a/journaldugamer.com.txt b/journaldugamer.com.txt index 1e1cabc..e3baaa1 100644 --- a/journaldugamer.com.txt +++ b/journaldugamer.com.txt @@ -3,6 +3,7 @@ # Source: http://siteconfig.fivefilters.org/grab.php?url=http://www.journaldugeek.com/2015/09/09/apple-ipad-pro/ date: //meta[@property="og:updated_time"]/@content +next_page_link: //div[contains(concat(' ',normalize-space(@class),' '),' pagination ')]/a[contains(concat(' ',normalize-space(@class),' '),' next ')] strip: //div[contains(concat(' ',normalize-space(@class),' '),' jdg-recommend ')] strip: //div[contains(concat(' ',normalize-space(@class),' '),' proofreader-bloc ')] diff --git a/journaldugeek.com.txt b/journaldugeek.com.txt index 776dbea..9af13b0 100644 --- a/journaldugeek.com.txt +++ b/journaldugeek.com.txt @@ -3,6 +3,7 @@ # Source: http://siteconfig.fivefilters.org/grab.php?url=http://www.journaldugeek.com/2015/09/09/apple-ipad-pro/ date: //meta[@property="og:updated_time"]/@content +next_page_link: //div[contains(concat(' ',normalize-space(@class),' '),' pagination ')]/a[contains(concat(' ',normalize-space(@class),' '),' next ')] strip: //div[contains(concat(' ',normalize-space(@class),' '),' jdg-recommend ')] strip: //div[contains(concat(' ',normalize-space(@class),' '),' proofreader-bloc ')] diff --git a/news.pixelistes.com.txt b/news.pixelistes.com.txt index a2d2e9e..898eb06 100644 --- a/news.pixelistes.com.txt +++ b/news.pixelistes.com.txt @@ -3,6 +3,7 @@ # Source: http://siteconfig.fivefilters.org/grab.php?url=http://www.journaldugeek.com/2015/09/09/apple-ipad-pro/ date: //meta[@property="og:updated_time"]/@content +next_page_link: //div[contains(concat(' ',normalize-space(@class),' '),' pagination ')]/a[contains(concat(' ',normalize-space(@class),' '),' next ')] strip: //div[contains(concat(' ',normalize-space(@class),' '),' jdg-recommend ')] strip: //div[contains(concat(' ',normalize-space(@class),' '),' proofreader-bloc ')] |
