diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-11-07 23:59:22 +0000 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-11-07 23:59:22 +0000 |
| commit | 401a134e510e51a6a8ca56972d7174fee2798f16 (patch) | |
| tree | d3666fc3ea5fac27e0eadf3956daed7740746b8c | |
| parent | f671cda4d2bcba7a4962c437a98c2928783ac09f (diff) | |
| download | ftr-site-config-401a134e510e51a6a8ca56972d7174fee2798f16.tar.gz ftr-site-config-401a134e510e51a6a8ca56972d7174fee2798f16.zip | |
theatlantic.com
| -rw-r--r-- | theatlantic.com.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/theatlantic.com.txt b/theatlantic.com.txt index 410cf0f..aa41b15 100644 --- a/theatlantic.com.txt +++ b/theatlantic.com.txt @@ -1,5 +1,4 @@ -title: //div[@id='article']/h1 -title: //h1 +title: //div[contains(@class, 'articleHead')]//h1 body: //div[@class='articleText'] body: //div[@class='articleContent'] @@ -14,7 +13,7 @@ strip: //p[contains(., 'This article available online at:')] strip: //p[contains(., 'This article available online at:')]/following::* strip: //div[@class='earthbox'] -single_page_link: //a[@class='print'] +single_page_link: //article//a[contains(@class, 'print')] 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/ |
