summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bbc.co.uk.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/bbc.co.uk.txt b/bbc.co.uk.txt
index a855ceb..a6f0b6b 100644
--- a/bbc.co.uk.txt
+++ b/bbc.co.uk.txt
@@ -1,4 +1,6 @@
body: //div[@class="story-body"]
+# for video entries
+body: //div[contains(@class, "videoInStory") or @id="meta-information"]
title: //h1[@class="story-header"]
date: //span[@class="story-date"]/span[@class='date']
@@ -29,4 +31,6 @@ replace_string(</noscript>): </div>
prune: no
dissolve: //h2
-test_url: http://www.bbc.co.uk/news/business-15060862 \ No newline at end of file
+test_url: http://www.bbc.co.uk/news/business-15060862
+# video entry
+test_url: http://www.bbc.co.uk/news/world-asia-22056933 \ No newline at end of file