diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2014-11-20 12:34:45 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2014-11-20 12:34:45 +0100 |
| commit | 31f732a9ef580fb689db271e23e421e6831fce3f (patch) | |
| tree | bdb2474304e883875ced05a89d3b68ccd01b608a | |
| parent | d9708910ac24eb417bd60c6099f7aa3bcecea886 (diff) | |
| download | ftr-site-config-31f732a9ef580fb689db271e23e421e6831fce3f.tar.gz ftr-site-config-31f732a9ef580fb689db271e23e421e6831fce3f.zip | |
Update theatlantic.com.txt
| -rw-r--r-- | theatlantic.com.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/theatlantic.com.txt b/theatlantic.com.txt index 3fc5611..3686419 100644 --- a/theatlantic.com.txt +++ b/theatlantic.com.txt @@ -1,5 +1,6 @@ title: //div[contains(@class, 'articleHead')]//h1 +body: //div[@itemprop='articleBody'] body: //div[@class='articleText'] body: //div[@class='articleContent'] body: //div[@id='article'] @@ -13,10 +14,14 @@ strip: //p[contains(., 'This article available online at:')] strip: //p[contains(., 'This article available online at:')]/following::* strip: //div[@class='earthbox'] -single_page_link: //article//a[contains(@class, 'print')] +single_page_link: //div[contains(@class, 'article-tools')]//a[contains(@class, 'print')] native_ad_clue: //meta[@property="og:url" and contains(@content, '/sponsored/')] +#multi-page article +test_url: http://www.theatlantic.com/magazine/archive/2014/12/the-real-roots-of-midlife-crisis/382235/ +test_contains: The curve tends to evince itself + test_url: http://www.theatlantic.com/technology/archive/2011/04/want-to-see-how-crazy-a-bot-run-market-can-be/237773/ test_url: http://www.theatlantic.com/magazine/archive/2007/11/the-autumn-of-the-multitaskers/6342/ -test_url: http://www.theatlantic.com/entertainment/archive/2012/04/30-rock-live-a-funny-reminder-of-why-sitcoms-arent-shot-live-anymore/256447/
\ No newline at end of file +test_url: http://www.theatlantic.com/entertainment/archive/2012/04/30-rock-live-a-funny-reminder-of-why-sitcoms-arent-shot-live-anymore/256447/ |
