diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2016-02-17 01:52:52 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2016-02-17 01:52:52 +0100 |
| commit | c338bee16d6e856d9634b5ee358a6e6e87471764 (patch) | |
| tree | 4ebc1443f4f88e23cc184ee7bd4edb543f964c59 | |
| parent | f9181f8b495722e2f95233fb502372b6ce0c0334 (diff) | |
| download | ftr-site-config-c338bee16d6e856d9634b5ee358a6e6e87471764.tar.gz ftr-site-config-c338bee16d6e856d9634b5ee358a6e6e87471764.zip | |
Update bbc.co.uk.txt
| -rw-r--r-- | bbc.co.uk.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/bbc.co.uk.txt b/bbc.co.uk.txt index 7bef73a..22dc646 100644 --- a/bbc.co.uk.txt +++ b/bbc.co.uk.txt @@ -1,4 +1,4 @@ -body: //div[@class="story-body"] +body: //div[@id="story-body"] # for video entries body: //div[contains(@class, "videoInStory") or @id="meta-information"] title: //h1[@class="story-header"] @@ -30,18 +30,24 @@ strip: //div[contains(@class, 'comment-introduction')] strip: //div[contains(@class, 'share-tools')] strip: //div[@id='also-related-links'] +strip: //aside[contains(@class, 'sp-pullout')] + +strip_id_or_class: share-help +strip_id_or_class: comments_module + find_string: http://ichef.bbci.co.uk/news/200/ replace_string: http://ichef.bbci.co.uk/news/624/ find_string: http://ichef.bbci.co.uk/news/304/ replace_string: http://ichef.bbci.co.uk/news/624/ -strip_id_or_class: share-help -strip_id_or_class: comments_module +replace_string({width}{hidpi}): 624 replace_string(<noscript>): <div> replace_string(</noscript>): </div> +native_ad_clue: //meta[@property="og:url" and contains(@content, '/sponsored/')] + tidy: no prune: no |
