diff options
| -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')] |
