From ab2a19e9ed1466e082252bd1f89a4cacb632f3d3 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Sat, 1 Apr 2017 17:19:23 +0200 Subject: Update theverge.com.txt --- theverge.com.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theverge.com.txt b/theverge.com.txt index 3aab217..0273abc 100644 --- a/theverge.com.txt +++ b/theverge.com.txt @@ -2,7 +2,7 @@ author: //meta[@name="author"]/@content title: //meta[@property="og:title"]/@content date: //meta[@property="article:published_time"]/@content -body: //div[contains(@class, 'c-entry-content') or contains(@class, 'c-entry-hero__image')] +body: //picture[contains(@class, 'c-picture')] | //div[contains(@class, 'c-entry-content') or contains(@class, 'c-entry-hero__image')] # for vergecasts, e.g. http://www.theverge.com/2013/8/22/4648566/the-vergecast-090-august-22th-2013-video body: //article body: //div[contains(concat(' ',normalize-space(@class),' '),' l-col__main ')] -- cgit v1.3.1