diff options
Diffstat (limited to 'westernadvocate.com.au.txt')
| -rw-r--r-- | westernadvocate.com.au.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/westernadvocate.com.au.txt b/westernadvocate.com.au.txt new file mode 100644 index 0000000..be89cb0 --- /dev/null +++ b/westernadvocate.com.au.txt @@ -0,0 +1,11 @@ +title: //header[contains(@class, "news-article-title")]//h1 +date: //div[@class="news-article-byline"]//time +author: //h2[@class="news-article-author"]//cite + +# Turns out that westernadvocate is doing funky things with the slide show images. :< +# body: //ul[@class="slides"]//img | //div[contains(@class, "news-article-body")] +body: //div[contains(@class, "news-article-body")] + +strip: //div[contains(@class, "flexslider")] + +test_url: http://:www.westernadvocate.com.au/story/1532050/roos-accept-ziebell-ban-commentators-do-not/ |
