diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2015-12-10 21:05:08 +0000 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2015-12-10 21:05:08 +0000 |
| commit | f28cfda614df3539ffc446fd89393d9e2350fc34 (patch) | |
| tree | e86b082c9b7fdfc50d4ed3a34e8118cd9bdd09c5 | |
| parent | f64a03f91e81af700b9c6b99ced97b4503fd1292 (diff) | |
| parent | de71e742535e1cca27ada355c773473156e56176 (diff) | |
| download | ftr-site-config-f28cfda614df3539ffc446fd89393d9e2350fc34.tar.gz ftr-site-config-f28cfda614df3539ffc446fd89393d9e2350fc34.zip | |
Merge pull request #116 from moneytoo/updates
Sites updates
| -rw-r--r-- | androidandme.com.txt | 4 | ||||
| -rw-r--r-- | androidpolice.com.txt | 4 | ||||
| -rw-r--r-- | mesec.cz.txt | 4 | ||||
| -rw-r--r-- | smartmania.cz.txt | 4 | ||||
| -rw-r--r-- | tomshardware.com.txt | 2 |
5 files changed, 15 insertions, 3 deletions
diff --git a/androidandme.com.txt b/androidandme.com.txt index 1ac71bd..bb48a7c 100644 --- a/androidandme.com.txt +++ b/androidandme.com.txt @@ -1,3 +1,5 @@ body: //img[@class='attachment-large wp-post-image'] | //div[@class='entry-content'] +prune: no -test_url: http://androidandme.com/2015/12/news/google-introduces-trial-run-ads-and-interactive-interstitials/
\ No newline at end of file +test_url: http://androidandme.com/2015/12/news/google-introduces-trial-run-ads-and-interactive-interstitials/ +test_url: http://androidandme.com/2015/12/applications/top-10-new-android-games-this-week-maestria-mad-aces/
\ No newline at end of file diff --git a/androidpolice.com.txt b/androidpolice.com.txt index 660f29d..3588e58 100644 --- a/androidpolice.com.txt +++ b/androidpolice.com.txt @@ -1,6 +1,10 @@ body: //div[@class='post_content'] date: //div[@class='date_day'] | div[@class='date_month'] strip_id_or_class: author-box +strip_id_or_class: multi-page-post +strip_id_or_class: toc_container author: //h2[@class='author-box-heading']/a +next_page_link: //link[@rel='next']/@href test_url: http://www.androidpolice.com/2014/03/30/music-boss-for-pebble-can-now-control-playback-and-volume-on-chromecast-content-from-your-smartwatch/ +test_url: http://www.androidpolice.com/2015/12/07/32-new-and-notable-android-games-from-the-last-2-weeks-112415-12715/
\ No newline at end of file diff --git a/mesec.cz.txt b/mesec.cz.txt new file mode 100644 index 0000000..2a6b84f --- /dev/null +++ b/mesec.cz.txt @@ -0,0 +1,4 @@ +body: //div[@class='urs'] | //div[@itemprop='articleBody'] +strip_id_or_class: promo-in-article + +test_url: www.mesec.cz/aktuality/ceske-drahy-pridaji-zamestnancum-jejich-mzdy-vzrostou-o-1-7/
\ No newline at end of file diff --git a/smartmania.cz.txt b/smartmania.cz.txt index 2d272c6..b833d24 100644 --- a/smartmania.cz.txt +++ b/smartmania.cz.txt @@ -1,4 +1,6 @@ strip_id_or_class: komentare replace_string(<h2>Nepřehlédněte</h2>): <!-- nothing --> +next_page_link: //div[contains(concat(' ',normalize-space(@class),' '),' navigation ')]/a[@class='right'] -test_url: http://smartmania.cz/bleskovky/oppo-vanoce-2015-adventni-kalendar-r7-12597
\ No newline at end of file +test_url: http://smartmania.cz/bleskovky/oppo-vanoce-2015-adventni-kalendar-r7-12597 +test_url: http://smartmania.cz/recenze/lumia-950-recenze-microsoft-windows-10-test-12623
\ No newline at end of file diff --git a/tomshardware.com.txt b/tomshardware.com.txt index 2b43757..5f8cbdd 100644 --- a/tomshardware.com.txt +++ b/tomshardware.com.txt @@ -4,5 +4,5 @@ author: //a[@itemprop = 'author'] date: //time[@itemprop = 'datePublished'] body: //div[@id = 'intelliTXT'] -next_page_link: //li[@class="pagin next"]/a +next_page_link: //link[@rel='next']/@href test_url: http://www.tomshardware.com/reviews/gaming-graphics-card-review,3107.html
\ No newline at end of file |
