diff options
| -rw-r--r-- | economist.com.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/economist.com.txt b/economist.com.txt index 16c9ed6..8db5fdd 100644 --- a/economist.com.txt +++ b/economist.com.txt @@ -1,8 +1,13 @@ body: //div[@class='main-content'] +body: //article[contains(@class, 'resp-node')] date: //time[@class='date-created'] strip: //aside prune: no autodetect_next_page: no -test_url: http://www.economist.com/node/21528429
\ No newline at end of file +test_url: http://www.economist.com/node/21528429 + +test_url: http://www.economist.com/news/essays/21623373-which-something-old-and-powerful-encountered-vault +test_contains: the calfskin pages are smooth +test_contains: Books will evolve online and off |
