diff options
| -rw-r--r-- | lrb.co.uk.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lrb.co.uk.txt b/lrb.co.uk.txt index 57ba7e7..2ad2d4e 100644 --- a/lrb.co.uk.txt +++ b/lrb.co.uk.txt @@ -1,8 +1,13 @@ -title: substring-before(//title, ' · LRB') +title: //div[@class="article-body indent"]/hgroup/h1 body: //div[@class="article-body indent"] date: substring-after(//p[@class="meta-info"]/a, '· ') -prune: no -test_url: http://www.lrb.co.uk/v33/n18/james-meek/its-already-happened
\ No newline at end of file +author: //div[@class="article-body indent"]/hgroup/h2 + +strip_id_or_class: print-hide +strip_id_or_class: books + +test_url: http://www.lrb.co.uk/v33/n18/james-meek/its-already-happened +test_url: http://www.lrb.co.uk/v36/n13/benjamin-kunkel/paupers-and-richlings |
