diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2014-08-20 16:20:01 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2014-08-20 16:20:01 +0200 |
| commit | de863424ae6584eab1a8c420133239779d79994a (patch) | |
| tree | 158420284ba7876128e462e12add3740dc209005 | |
| parent | 738d32e1624228ad6f0074db04f4f4415f700ad3 (diff) | |
| parent | 853784301c1e822d6c2ced7082db93a5e0e0a973 (diff) | |
| download | ftr-site-config-de863424ae6584eab1a8c420133239779d79994a.tar.gz ftr-site-config-de863424ae6584eab1a8c420133239779d79994a.zip | |
Merge pull request #42 from coolius/patch-5
Create bit-tech.net.txt
| -rw-r--r-- | bit-tech.net.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bit-tech.net.txt b/bit-tech.net.txt new file mode 100644 index 0000000..c6f5b20 --- /dev/null +++ b/bit-tech.net.txt @@ -0,0 +1,19 @@ +body: //div[@id='column_1'] +next_page_link: //div[@class='next']/a[not(contains(@href, '/comments') or contains(@href, '/news/'))] +prune: no + +author: substring-after(//p[@class='byline'], 'by ') +date: substring-before(substring-after(//p[@class='byline'], 'on '), ' by') + +strip: //h1 +strip_id_or_class: socialLinks +strip_id_or_class: byline +strip_id_or_class: pageSelector +strip_id_or_class: articleTabs +strip_id_or_class: pageNav +strip_id_or_class: share +strip_id_or_class: commentsContainer +strip_id_or_class: below_article_related + +test_url: http://www.bit-tech.net/hardware/storage/2014/08/13/ocz-arc-100-240gb-review/1 +test_url: http://www.bit-tech.net/news/bits/2014/08/15/google-trojan/1 |
