diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2016-02-27 16:21:59 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2016-02-27 16:21:59 +0100 |
| commit | 26782f77ced8183dd0c56d5b319eed64ed4b52f5 (patch) | |
| tree | 2b73aa3810db81ca23c048d85a9a6f97037569cc | |
| parent | ea28f42936b4860c5147075fefe17f8cd49bdc5f (diff) | |
| parent | fbd923935d714109c11b47c5189142e9e209997d (diff) | |
| download | ftr-site-config-26782f77ced8183dd0c56d5b319eed64ed4b52f5.tar.gz ftr-site-config-26782f77ced8183dd0c56d5b319eed64ed4b52f5.zip | |
Merge pull request #133 from j0k3r/patch-2
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 |
