From e37feb66714437fff639340a56023a3fab0ccf57 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Sat, 30 Aug 2014 23:21:03 +0200 Subject: Add XPath expressions to check for native ads --- theatlantic.com.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'theatlantic.com.txt') diff --git a/theatlantic.com.txt b/theatlantic.com.txt index aa41b15..3fc5611 100644 --- a/theatlantic.com.txt +++ b/theatlantic.com.txt @@ -15,6 +15,8 @@ strip: //div[@class='earthbox'] single_page_link: //article//a[contains(@class, 'print')] +native_ad_clue: //meta[@property="og:url" and contains(@content, '/sponsored/')] + 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 -- cgit v1.3.1