From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- uni-watch.com.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 uni-watch.com.txt (limited to 'uni-watch.com.txt') diff --git a/uni-watch.com.txt b/uni-watch.com.txt new file mode 100644 index 0000000..4a5ae34 --- /dev/null +++ b/uni-watch.com.txt @@ -0,0 +1,17 @@ +author: substring-before(substring-after(//div[@class='post-byline'], 'By '), ', on') +date: substring-after(//div[@class='post-byline'], ', on') + +# for some reason, the following is producing a "no text [48]" error +#title: //div[@class='post-headline'] + +# for some reason, the following doesn't appear to isolate just the body copy +body: //div[@class='post-bodycopy'] + +# we solve the above issue by stripping out everything else we don't want +# these can probably all be removed if the body: command above worked +strip_id_or_class: reply +strip_id_or_class: left +strip_id_or_class: post-headline +strip_id_or_class: post-byline +strip_id_or_class: footer +test_url: http://www.uni-watch.com/2011/10/18/the-curious-case-of-steve-debergs-microphone-and-speaker/ \ No newline at end of file -- cgit v1.3.1