diff options
| author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-27 15:12:58 +0100 |
|---|---|---|
| committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-27 15:12:58 +0100 |
| commit | fbd923935d714109c11b47c5189142e9e209997d (patch) | |
| tree | 2b73aa3810db81ca23c048d85a9a6f97037569cc | |
| parent | ea28f42936b4860c5147075fefe17f8cd49bdc5f (diff) | |
| download | ftr-site-config-fbd923935d714109c11b47c5189142e9e209997d.tar.gz ftr-site-config-fbd923935d714109c11b47c5189142e9e209997d.zip | |
Update alistapart.com.txt
| -rw-r--r-- | alistapart.com.txt | 17 |
1 files 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 |
