diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2017-07-27 18:19:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-27 18:19:02 +0200 |
| commit | 82c485a28e9f79b7e3fb020443d472ed4f18165d (patch) | |
| tree | 704feb580f369f3305857f75f7108178e746e283 | |
| parent | ac85073e8259f74c9f8d1e3311c3b6f041601543 (diff) | |
| download | ftr-site-config-82c485a28e9f79b7e3fb020443d472ed4f18165d.tar.gz ftr-site-config-82c485a28e9f79b7e3fb020443d472ed4f18165d.zip | |
Update wired.com.txt
| -rw-r--r-- | wired.com.txt | 10 |
1 files 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/ |
