diff options
| -rw-r--r-- | theregister.co.uk.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/theregister.co.uk.txt b/theregister.co.uk.txt index 352f5e3..fa582db 100644 --- a/theregister.co.uk.txt +++ b/theregister.co.uk.txt @@ -1,5 +1,9 @@ +# Updated 07-Apr-2013 +single_page_link: //a[contains(@href, 'print.html')] + title: //div[@id="article"]/h2 -author: //div[@id="article"]/p[@class="byline"]/a[1] -date: //div[@id="article"]/p[@class="dateline"]/a[2] +author: //p[@class="byline"]/a body: //div[@id="article"]/div[@id="body"] -test_url: http://www.theregister.co.uk/2011/10/06/gas_bill_shocker/
\ No newline at end of file +strip: //hr[@class="PageBreak"] + +test_url: http://www.theregister.co.uk/2013/03/19/review_sony_xperia_z_flagship_android_smartphone/ |
