diff options
| -rw-r--r-- | androidandme.com.txt | 3 | ||||
| -rw-r--r-- | cnet.com.txt | 6 | ||||
| -rw-r--r-- | droidgamers.com.txt | 7 | ||||
| -rw-r--r-- | engadget.com.txt | 3 | ||||
| -rw-r--r-- | finexpert.e15.cz.txt | 3 | ||||
| -rw-r--r-- | lupa.cz.txt | 3 | ||||
| -rw-r--r-- | phoronix.com.txt | 2 | ||||
| -rw-r--r-- | pocketnow.com.txt | 3 | ||||
| -rw-r--r-- | putaindecode.io.txt | 6 |
9 files changed, 32 insertions, 4 deletions
diff --git a/androidandme.com.txt b/androidandme.com.txt new file mode 100644 index 0000000..1ac71bd --- /dev/null +++ b/androidandme.com.txt @@ -0,0 +1,3 @@ +body: //img[@class='attachment-large wp-post-image'] | //div[@class='entry-content'] + +test_url: http://androidandme.com/2015/12/news/google-introduces-trial-run-ads-and-interactive-interstitials/
\ No newline at end of file diff --git a/cnet.com.txt b/cnet.com.txt index eac08aa..22be311 100644 --- a/cnet.com.txt +++ b/cnet.com.txt @@ -6,6 +6,9 @@ author: //div[@id='nameAndTime']/span[@class='author'] strip_id_or_class: image-credit strip_id_or_class: noAutolink strip_id_or_class: related +strip_id_or_class: sponsor +strip_id_or_class: sharebarWrapper +strip_id_or_class: collections-topics-and-tags prune: no tidy: no @@ -13,4 +16,5 @@ tidy: no # early end replace_string(Download today's podcast</a>): Download today's podcast</a></div></body></html> -test_url: http://www.cnet.com/8301-13952_1-57367607-81/the-404-981-where-the-world-is-a-vampire-podcast/
\ No newline at end of file +test_url: http://www.cnet.com/8301-13952_1-57367607-81/the-404-981-where-the-world-is-a-vampire-podcast/ +test_url: http://www.cnet.com/news/firefox-maker-mozilla-we-dont-need-googles-money-anymore/ diff --git a/droidgamers.com.txt b/droidgamers.com.txt new file mode 100644 index 0000000..4bb7e76 --- /dev/null +++ b/droidgamers.com.txt @@ -0,0 +1,7 @@ +strip_id_or_class: actions +strip_id_or_class: article-info +strip_id_or_class: bt-social-share +strip_id_or_class: author_bio +strip_id_or_class: dsq-brlink + +test_url: http://www.droidgamers.com/index.php/game-news/android-game-news/10346-carpazzzi-soft-and-bulkypix-globally-launches-mad-aces-onto-google-play-this-morning
\ No newline at end of file diff --git a/engadget.com.txt b/engadget.com.txt index 52acddb..f5f7cf5 100644 --- a/engadget.com.txt +++ b/engadget.com.txt @@ -1,6 +1,5 @@ title: //meta[@property="og:title"]/@content -body: //div[@class='post_body'] -date: //*[@class='post_time'] +body: //div[contains(@class, 'o-article_block')] prune: no diff --git a/finexpert.e15.cz.txt b/finexpert.e15.cz.txt new file mode 100644 index 0000000..7cf8feb --- /dev/null +++ b/finexpert.e15.cz.txt @@ -0,0 +1,3 @@ +strip_id_or_class: article-linktoanother + +test_url: http://finexpert.e15.cz/budiz-teplo-eu-stedre-zadotuje-nejen-plynovy-kotel
\ No newline at end of file diff --git a/lupa.cz.txt b/lupa.cz.txt new file mode 100644 index 0000000..08833d4 --- /dev/null +++ b/lupa.cz.txt @@ -0,0 +1,3 @@ +strip_id_or_class: promo-in-article + +test_url: http://www.lupa.cz/clanky/michal-zamec-parfums-za-dva-roky-presahneme-obrat-6-miliard-korun/
\ No newline at end of file diff --git a/phoronix.com.txt b/phoronix.com.txt index e7dd21c..c742111 100644 --- a/phoronix.com.txt +++ b/phoronix.com.txt @@ -1,6 +1,6 @@ # based on the grabber rules of picofeed -body: //div[@class="content"]/child::node() +body: //div[@class="content"] test_url: http://www.phoronix.com/scan.php?page=article&item=amazon_ec2_bare&num=1 # replace_string(<h5>): <h2> diff --git a/pocketnow.com.txt b/pocketnow.com.txt new file mode 100644 index 0000000..6478779 --- /dev/null +++ b/pocketnow.com.txt @@ -0,0 +1,3 @@ +body: //img[@itemprop='image'] | //div[@itemprop='articleBody'] + +test_url: http://pocketnow.com/2015/12/04/htc-hd2-marshmallow
\ No newline at end of file diff --git a/putaindecode.io.txt b/putaindecode.io.txt new file mode 100644 index 0000000..4582593 --- /dev/null +++ b/putaindecode.io.txt @@ -0,0 +1,6 @@ +# Generated by FiveFilters.org's web-based selection tool +# Place this file inside your site_config/custom/ folder +# Source: http://siteconfig.fivefilters.org/grab.php?url=http%3A%2F%2Fputaindecode.io%2Ffr%2Farticles%2Ffavicon%2F + +body: //div[contains(concat(' ',normalize-space(@class),' '),' putainde-Post-md ')]//div +test_url: http://putaindecode.io/fr/articles/favicon/ |
