diff options
Diffstat (limited to 'technologyreview.com.txt')
| -rw-r--r-- | technologyreview.com.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/technologyreview.com.txt b/technologyreview.com.txt index d405eb1..9871f0e 100644 --- a/technologyreview.com.txt +++ b/technologyreview.com.txt @@ -1,5 +1,4 @@ -title: //header[@class='article-meta']/h1 -title: substring-before(//title, '|') +title: //header[@class='article-topper__title'] body: //section[contains(@class, 'body')] @@ -12,5 +11,7 @@ date: substring-after(//ul[@class='byline']/li, 'on ') author: //div[@class='view-byline']/div[@class='meta']/h2[1] date: //div[@class='view-byline']/div[@class='meta']/h2[2] +strip_id_or_class: l-article-list + next_page_link: //section[@class='pagination']/a[contains(@class, 'continue')] -test_url: http://www.technologyreview.com/news/427567/facebooks-telescope-on-human-behavior/
\ No newline at end of file +test_url: http://www.technologyreview.com/news/427567/facebooks-telescope-on-human-behavior/ |
