diff options
Diffstat (limited to 'alistapart.com.txt')
| -rw-r--r-- | alistapart.com.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/alistapart.com.txt b/alistapart.com.txt new file mode 100644 index 0000000..7a7096e --- /dev/null +++ b/alistapart.com.txt @@ -0,0 +1,12 @@ +title: //h1[@class='title'] +author: //h3[@class='byline']/a +date: //div[@class='ishinfo'] + +body: //*[@id='articletext'] +strip_id_or_class: 'ishinfo' +strip_id_or_class: 'metastuff' +strip_id_or_class: 'learnmore' +strip_id_or_class: 'discuss' + +prune: no +test_url: http://www.alistapart.com/articles/organizing-mobile/
\ No newline at end of file |
