diff options
| -rw-r--r-- | nymag.com.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/nymag.com.txt b/nymag.com.txt index 7a1d62d..64ed647 100644 --- a/nymag.com.txt +++ b/nymag.com.txt @@ -1,8 +1,16 @@ title: //h2[contains(@class, 'primary')] +body: //*[@itemprop="articleBody"] body: //div[@id='story'] author: //*[@class='by']/a date: substring-after(//*[@class='date'], 'Published') +parser: html5php +tidy: no + next_page_link: //div[@class='page-navigation']//li[@class='next']/a -test_url: http://nymag.com/news/features/wall-street-2012-2/
\ No newline at end of file +test_url: http://nymag.com/news/features/wall-street-2012-2/ +test_contains: bonus season is a sacred ritual + +test_url: http://nymag.com/daily/intelligencer/2016/04/america-tyranny-donald-trump.html +test_contains: This rainbow-flag polity |
