diff options
| author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-07-24 13:07:00 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2016-07-24 13:07:00 +0200 |
| commit | 90ad909786b3cc18183696d634c09ac4be51bc61 (patch) | |
| tree | 73d823a81d66b8179800044284ffb804ffb8e56a /theverge.com.txt | |
| parent | 7293da1f90ad6ee35b14cc0c6a121e741e1386ef (diff) | |
| download | ftr-site-config-90ad909786b3cc18183696d634c09ac4be51bc61.tar.gz ftr-site-config-90ad909786b3cc18183696d634c09ac4be51bc61.zip | |
Fix title for TheVerge (#186)
Diffstat (limited to 'theverge.com.txt')
| -rw-r--r-- | theverge.com.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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')] |
