From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- dukebasketballreport.com.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dukebasketballreport.com.txt (limited to 'dukebasketballreport.com.txt') diff --git a/dukebasketballreport.com.txt b/dukebasketballreport.com.txt new file mode 100644 index 0000000..2978797 --- /dev/null +++ b/dukebasketballreport.com.txt @@ -0,0 +1,11 @@ +title: //h2/a +author: substring-before(substring-after(//span[@class='byline'], 'by'), ',') +date: substring-before(substring-after(//span[@class='byline'], ','), '|') +body: //div[@class='entry'] + + +# strip out auction stuff at the end of posts +# tidy kills the center tag, so disable it +tidy: no +strip: //center//table +test_url: http://www.dukebasketballreport.com/articles/?p=42660 \ No newline at end of file -- cgit v1.3.1