From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- bb.is.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bb.is.txt (limited to 'bb.is.txt') diff --git a/bb.is.txt b/bb.is.txt new file mode 100644 index 0000000..57f7fdf --- /dev/null +++ b/bb.is.txt @@ -0,0 +1,13 @@ +author: substring(//h3[@class='headlines']/span[@class='dates'],0,string-length(//h3[@class='headlines']/span[@class='dates'])-20) + + +date: substring((//h3[@class='headlines']/span[@class='dates']),string-length(//h3[@class='headlines']/span[@class='dates'])-18,12) + + +body: //div[@class='first-article-big'] +strip: //table[@class='newsimagecontainer'] +strip: //h3[@class='headlines'] +strip: //iframe[@class='headlines'] +strip: //a[@class='newslink'] +convert_double_br_tags: yes +test_url: http://bb.is/Pages/82?NewsID=174119 \ No newline at end of file -- cgit v1.3.1