diff options
| author | timgws <tim@timg.ws> | 2013-05-19 00:54:14 +1000 |
|---|---|---|
| committer | timgws <tim@timg.ws> | 2013-05-19 00:54:14 +1000 |
| commit | 0c4579a830eca7ef6cdd6966a7909efa4690d56c (patch) | |
| tree | 2fab843f343634589ef212638455a746974024eb /abc.net.au.txt | |
| parent | 24618a80ccab39065ccb6b984dcda09933203e39 (diff) | |
| download | ftr-site-config-0c4579a830eca7ef6cdd6966a7909efa4690d56c.tar.gz ftr-site-config-0c4579a830eca7ef6cdd6966a7909efa4690d56c.zip | |
Update abc.net.au.txt
Fixes for headers on business pages. Removed footers.
Diffstat (limited to 'abc.net.au.txt')
| -rw-r--r-- | abc.net.au.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/abc.net.au.txt b/abc.net.au.txt index 2d99538..d7b4cfb 100644 --- a/abc.net.au.txt +++ b/abc.net.au.txt @@ -1,4 +1,4 @@ -title: //h1 +title: //div[@class='article section']//h1 author: //div[@class="byline"]/a date: //span[@class="timestamp"] body: //div[@class="page section"] @@ -9,5 +9,7 @@ strip: //p[@class="topics"] strip: //h1 strip: //div[@class="byline"] strip: //p[@class="published"] +strip: //div[@id="footer"] strip: //div[contains(@class,"featured-scroller")] -test_url: http://www.abc.net.au/news/2013-03-27/open-speed-highways-change-clp-giles/4597892
\ No newline at end of file +test_url: http://www.abc.net.au/news/2013-03-27/open-speed-highways-change-clp-giles/4597892 +test_url: http://www.abc.net.au/news/2013-04-30/credit-growth-remains-subdued/4660054?section=business |
