diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2014-08-30 23:21:03 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2014-08-30 23:21:14 +0200 |
| commit | e37feb66714437fff639340a56023a3fab0ccf57 (patch) | |
| tree | ba8e94b39f20d498488dae62fd9c81ed063ece82 /arstechnica.com.txt | |
| parent | 31d31d4342658758e1432a37bfb7bc8a8ad0d368 (diff) | |
| download | ftr-site-config-e37feb66714437fff639340a56023a3fab0ccf57.tar.gz ftr-site-config-e37feb66714437fff639340a56023a3fab0ccf57.zip | |
Add XPath expressions to check for native ads
Diffstat (limited to 'arstechnica.com.txt')
| -rw-r--r-- | arstechnica.com.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arstechnica.com.txt b/arstechnica.com.txt index 767f680..eb92aa2 100644 --- a/arstechnica.com.txt +++ b/arstechnica.com.txt @@ -13,5 +13,7 @@ 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/')] + 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/ |
