diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2016-02-17 01:50:24 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2016-02-17 01:50:24 +0100 |
| commit | f9181f8b495722e2f95233fb502372b6ce0c0334 (patch) | |
| tree | 028eb76dc17387a0dd08ffae60ff3bcd72842321 /bbc.com.txt | |
| parent | 30f55ca5fb6275475a650a93308393d76dd54780 (diff) | |
| download | ftr-site-config-f9181f8b495722e2f95233fb502372b6ce0c0334.tar.gz ftr-site-config-f9181f8b495722e2f95233fb502372b6ce0c0334.zip | |
Update bbc.com.txt
Diffstat (limited to 'bbc.com.txt')
| -rw-r--r-- | bbc.com.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bbc.com.txt b/bbc.com.txt index 200dba6..9c09d82 100644 --- a/bbc.com.txt +++ b/bbc.com.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,6 +30,8 @@ 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 @@ -39,6 +41,8 @@ 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/ +replace_string({width}{hidpi}): 624 + replace_string(<noscript>): <div> replace_string(</noscript>): </div> |
