summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFiveFilters.org <fivefilters@fivefilters.org>2017-06-28 17:15:50 +0200
committerGitHub <noreply@github.com>2017-06-28 17:15:50 +0200
commitb76cf6f14c2e469a3472934904a0206a24ea93fc (patch)
tree03e0d5293818292c5c6c4381dcce327ed4af70c0
parent3f77937f0d2d4d36e0bb356af98a881eeadbaada (diff)
downloadftr-site-config-b76cf6f14c2e469a3472934904a0206a24ea93fc.tar.gz
ftr-site-config-b76cf6f14c2e469a3472934904a0206a24ea93fc.zip
Update theverge.com.txt
-rw-r--r--theverge.com.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/theverge.com.txt b/theverge.com.txt
index 0273abc..86cb8c7 100644
--- a/theverge.com.txt
+++ b/theverge.com.txt
@@ -2,7 +2,9 @@ author: //meta[@name="author"]/@content
title: //meta[@property="og:title"]/@content
date: //meta[@property="article:published_time"]/@content
-body: //picture[contains(@class, 'c-picture')] | //div[contains(@class, 'c-entry-content') or contains(@class, 'c-entry-hero__image')]
+# //picture selector seems to cause problems with text extraction.
+# body: //picture[contains(@class, 'c-picture')] | //div[contains(@class, 'c-entry-content') or contains(@class, 'c-entry-hero__image')]
+body: //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 ')]