]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/site_config/standard/codinghorror.com.txt
Merge pull request #363 from inthepoche/dev
[github/wallabag/wallabag.git] / inc / 3rdparty / site_config / standard / codinghorror.com.txt
CommitLineData
ac4d1142
NL
1body: //div[@class='blogbody']\r
2strip: //h3[@class='title']\r
3date: //h2[@class='date']\r
4#Should Atwood just be a literal?\r
5author: substring-before( substring-after(//div[@class='posted'], 'y'), 'V')\r
6\r
7# tim.kingman@... 2011-07-26\r
8# Prune:no to retain all-link ULs that are part of the body content like\r
9# http://www.codinghorror.com/blog/2011/07/building-a-pc-part-vii-rebooting.html\r
10# Then explicitly strip the "Posted By" and prev/next links that Prune:yes would have removed.\r
11\r
12prune: no\r
13strip: //div[@class='posted']/following-sibling::*\r
14strip: //div[@class='posted']
15test_url: http://www.codinghorror.com/blog/2011/07/building-a-pc-part-vii-rebooting.html