From 90ad909786b3cc18183696d634c09ac4be51bc61 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sun, 24 Jul 2016 13:07:00 +0200 Subject: Fix title for TheVerge (#186) --- theverge.com.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theverge.com.txt b/theverge.com.txt index 56e7b37..80c5bd2 100644 --- a/theverge.com.txt +++ b/theverge.com.txt @@ -1,5 +1,5 @@ author: //p[contains(@class, "byline")]/a[contains(@class, "author")] -title: //[h1=@class="stream_title"] +title: //section[contains(concat(' ',normalize-space(@class),' '),' lede ')]//h1 date: //span[contains(@class, "publish-date")]/time[@pubdate]/@datetime body: //div[contains(@class, 'm-article__entry-section')] -- cgit v1.3.1