diff options
| -rw-r--r-- | arstechnica.com.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arstechnica.com.txt b/arstechnica.com.txt index eb92aa2..ffd5cc8 100644 --- a/arstechnica.com.txt +++ b/arstechnica.com.txt @@ -11,9 +11,10 @@ date: //div[@class='byline']/span[@class='posted']//abbr title: //div[@id='story']//h2[@class='title'] strip: //div[@class='pager'] -next_page_link: //nav//a[span/@class='next']/@href - native_ad_clue: //meta[@property="og:url" and contains(@content, '/sponsored/')] +strip: //aside +next_page_link: //nav//a[contains(text(), 'Next')]/@href + test_url: http://arstechnica.com/tech-policy/news/2012/02/gigabit-internet-for-80-the-unlikely-success-of-californias-sonicnet.ars test_url: http://arstechnica.com/apple/2005/04/macosx-10-4/ |
