diff options
Diffstat (limited to 'dukebasketballreport.com.txt')
| -rwxr-xr-x | dukebasketballreport.com.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dukebasketballreport.com.txt b/dukebasketballreport.com.txt new file mode 100755 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 |
