diff options
Diffstat (limited to 'hammers.theoffside.com.txt')
| -rw-r--r-- | hammers.theoffside.com.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hammers.theoffside.com.txt b/hammers.theoffside.com.txt new file mode 100644 index 0000000..33f7e72 --- /dev/null +++ b/hammers.theoffside.com.txt @@ -0,0 +1,7 @@ +# Remove right column +strip: //*[(@class = 'right_col')] + +# Remove comments etc. +strip: //*[(@class = 'category')] +strip: /html/body/div[1][@class='absolute_content_high']/div[1][@class='wrapper']/div[1][@class='main_col']/div[@class='main_content']/h3 +test_url: http://hammers.theoffside.com/carling-cup/a-funny-thing-happened-on-the-way-to-4-nil.html
\ No newline at end of file |
