From 82c485a28e9f79b7e3fb020443d472ed4f18165d Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Thu, 27 Jul 2017 18:19:02 +0200 Subject: Update wired.com.txt --- wired.com.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/wired.com.txt b/wired.com.txt index 855b21b..9d64e85 100644 --- a/wired.com.txt +++ b/wired.com.txt @@ -1,7 +1,8 @@ -title: //meta[@name='Title']/@content +title: //meta[@property="og:title"]/@content author: //meta[@name='Author']/@content date: //meta[@name='DisplayDate']/@content -body: //div[@class='entry'] +body: (//article[contains(@class, 'body-copy')])[1] +body: (//article[contains(@class, 'article-body-component')])[1] strip: //p[contains(., 'Pages:') and contains(., 'View All')] strip: //p[@class='caption'] strip: //div[@class='desc' or @class='slide' or @id='slide-info'] @@ -22,8 +23,11 @@ strip_id_or_class: wpgallery prune: no -single_page_link: //a[.='View All' and contains(@href, '/all/')] +# 2017-07-27 No longer used it seems +# single_page_link: //a[.='View All' and contains(@href, '/all/')] +test_url: https://www.wired.com/2017/06/westworld-wired-business-conference/ +test_contains: dystopian trope of the AI uprising test_url: http://www.wired.com/cloudline/2011/10/meet-arms-cortex-a15-the-future-of-the-ipad-and-possibly-the-macbook-air/ test_url: http://www.wired.com/wiredenterprise/2013/09/docker/ test_url: http://www.wired.com/threatlevel/2012/05/ff_counterfeiter/all/ -- cgit v1.3.1