diff options
| -rw-r--r-- | ft.com.txt | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,5 +1,6 @@ -body: //div[contains(@class, 'ft-story-body')] +body: //div[@id='storyContent'] -author: substring-after(//div[contains(@class, 'ft-story-header')]/p[1], 'By ') -date: substring-before(substring-after(//div[contains(@class, 'ft-story-header')]/p[2], 'Published:'), '|') -test_url: http://www.ft.com/cms/s/2/e1be4b5a-620c-11e0-8ee4-00144feab49a.html
\ No newline at end of file +strip_id_or_class: shareArt +strip_id_or_class: promobox + +test_url: http://www.ft.com/cms/s/2/19fe32bc-d6db-11e5-8887-98e7feb46f27.html |
