diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-02-27 23:43:10 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-02-27 23:43:10 +0100 |
| commit | 9a69161c8646f63b4d9fa17c6ac3ab922d625859 (patch) | |
| tree | 62a446347e1279f00383fdd7f9637cfd58a50879 /post-gazette.com.txt | |
| download | ftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.tar.gz ftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.zip | |
Initial commit
Diffstat (limited to 'post-gazette.com.txt')
| -rw-r--r-- | post-gazette.com.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/post-gazette.com.txt b/post-gazette.com.txt new file mode 100644 index 0000000..baa9d69 --- /dev/null +++ b/post-gazette.com.txt @@ -0,0 +1,26 @@ +title: //div[@class='story_headline'] +author: substring-before(substring-after(//div[@class='story_byline'],'By'),'/') +date: //div[@class='story_lastupdate'] +body: //div[@id='story'] +strip: //div[@class='story_byline'] +strip: //div[@class='story_lastupdate'] +strip: //div[@class='story_headline'] +strip: //div[@id='abuse'] +strip: //h2 +strip: //div[@class='pagenumbers_wrap'] +strip: //ul[@class='pagenumbers'] +strip: //div[starts-with(., 'To report inappropriate comments')] + +strip_id_or_class: story_share +strip_id_or_class: OUTBRAIN +strip_id_or_class: story_box_right +strip: //div[a[@href='http://www.post-gazette.com/pg/12062/1213990-42.stm']] +strip: //ul[@id='pikame']/li[position()>1] + +prune: no +tidy: no + +single_page_link: //a[contains(@href, '?p=0')] + +test_url: http://www.post-gazette.com/stories/sports/penguins/pens-crosby-expects-to-return-thursday-226648/ +test_url: http://www.post-gazette.com/stories/sports/pirates/pirates-fork-over-changes-for-fans-at-pnc-park-629789
\ No newline at end of file |
