From 498d3de2390a6a937941eb937caebb63ba112d05 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Fri, 29 May 2015 16:19:13 +0200 Subject: BBC image size issue (bbc.co.uk, bbc.com, m.bbc.co.uk) --- m.bbc.co.uk.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'm.bbc.co.uk.txt') diff --git a/m.bbc.co.uk.txt b/m.bbc.co.uk.txt index d1ff0b4..7037c64 100644 --- a/m.bbc.co.uk.txt +++ b/m.bbc.co.uk.txt @@ -3,6 +3,12 @@ body: //div[@class="story-body"] date: //p[@class='date']/strong author: substring-after(//div[@class="story-inner"]/div[@class="byline"]//span[@class='name'], 'By') +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: //div[@class="story-inner"]/div[@class="byline"] test_url: http://m.bbc.co.uk/news/science-environment-19144464 \ No newline at end of file -- cgit v1.3.1