diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2014-06-18 10:31:29 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2014-06-18 10:31:29 +0200 |
| commit | 74def7cf8df3db2a45ce27d93adc240f08cf120c (patch) | |
| tree | 466f8b6ab3734836aa09bb17de69b2c8037e8336 /businessinsider.com.txt | |
| parent | 327d5739e092835af475f0c6c504f565fb8ffe71 (diff) | |
| parent | 67fb7ea6dd086b8e97318937b162b08ff8186689 (diff) | |
| download | ftr-site-config-74def7cf8df3db2a45ce27d93adc240f08cf120c.tar.gz ftr-site-config-74def7cf8df3db2a45ce27d93adc240f08cf120c.zip | |
Merge pull request #29 from mdalpi/master
Updated businessinsider.com and arstechnica.com
Diffstat (limited to 'businessinsider.com.txt')
| -rw-r--r-- | businessinsider.com.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/businessinsider.com.txt b/businessinsider.com.txt index f847687..39eb742 100644 --- a/businessinsider.com.txt +++ b/businessinsider.com.txt @@ -1,12 +1,16 @@ title://div[@class="sl-layout-post"]/h1 -body: //div[contains(@class, 'post-content') or contains(@class, 'KonaBody')] +body: //div[contains(@class, 'post-content') or contains(@class, 'slide-module') or contains(@class, 'KonaBody')] strip: //div[contains(@class, "post-sidebar")] strip: //div[@id='related-links'] +strip: //div[@class='related-links-container'] +strip: //p[@class='source'] author://div[@class="byline"]/a date://div[@class="byline"]/span[@class="date"] prune: no +single_page_link: //a[contains(text(), 'View as one page')] + strip://*[contains(@class,'sponsored-text')] strip: //div[@id='post_footer'] -test_url: http://www.businessinsider.com/microsoft-just-put-one-of-its-hardcore-technical-geniuses-on-xbox-2012-1
\ No newline at end of file +test_url: http://www.businessinsider.com/microsoft-just-put-one-of-its-hardcore-technical-geniuses-on-xbox-2012-1 |
