From fbd923935d714109c11b47c5189142e9e209997d Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sat, 27 Feb 2016 15:12:58 +0100 Subject: Update alistapart.com.txt --- alistapart.com.txt | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/alistapart.com.txt b/alistapart.com.txt index 7a7096e..375f6c5 100644 --- a/alistapart.com.txt +++ b/alistapart.com.txt @@ -1,12 +1,11 @@ -title: //h1[@class='title'] -author: //h3[@class='byline']/a -date: //div[@class='ishinfo'] +title: //h1[@class='entry-title'] +author: //h2/a[@class='fn'] +date: //time[@itemprop='datePublished'] -body: //*[@id='articletext'] -strip_id_or_class: 'ishinfo' -strip_id_or_class: 'metastuff' -strip_id_or_class: 'learnmore' -strip_id_or_class: 'discuss' +body: //div[@itemprop='articleBody'] +strip: //aside +strip_id_or_class: 'aside-breaker' prune: no -test_url: http://www.alistapart.com/articles/organizing-mobile/ \ No newline at end of file +test_url: http://www.alistapart.com/articles/organizing-mobile/ +test_url: http://alistapart.com/article/all-talk-and-no-buttons-the-conversational-ui -- cgit v1.3.1