summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bbc.co.uk.txt12
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