diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2015-03-10 06:25:25 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2015-03-10 06:25:25 +0100 |
| commit | 6db9300bc77ff96d0caf979a263d8fe4fe013c36 (patch) | |
| tree | 9bada8590c902bc99c0c3826f74844bc510e83b5 /westernadvocate.com.au.txt | |
| parent | a309b2c8b28465bd0a67fb39afb983a4261a3d6b (diff) | |
| parent | 9a96ce202194bb7ddc33f2fe61e8f25e8555f473 (diff) | |
| download | ftr-site-config-6db9300bc77ff96d0caf979a263d8fe4fe013c36.tar.gz ftr-site-config-6db9300bc77ff96d0caf979a263d8fe4fe013c36.zip | |
Merge pull request #61 from timgws/master
Add a bunch of Australian news sites.
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/ |
