diff options
Diffstat (limited to 'spectator.co.uk.txt')
| -rwxr-xr-x | spectator.co.uk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spectator.co.uk.txt b/spectator.co.uk.txt new file mode 100755 index 0000000..d0605ed --- /dev/null +++ b/spectator.co.uk.txt @@ -0,0 +1,7 @@ +author: /html/body/div[@id='wrapper']/div[@id='main-content']/div[@class='article_body']/a[@class='author-link']/child::text() + +body: /html/body/div[@id='wrapper']/div[@id='main-content']/div[@class='article_body'] + +# Not very helpfull, the title and author are container by the same element that contains the body +strip: /html/body/div[@id='wrapper']/div[@id='main-content']/div[@class='article_body']/h2 | /html/body/div[@id='wrapper']/div[@id='main-content']/div[@class='article_body']/a[@class='author-link'] +test_url: http://www.spectator.co.uk/arts-and-culture/night-and-day/7449683/spotify-sunday-my-personal-soundtrack.thtml
\ No newline at end of file |
