forked from wallabag/wallabag
updated specific configuration for parsing
This commit is contained in:
6
inc/3rdparty/site_config/standard/weblog.bignerdranch.com.txt
vendored
Normal file → Executable file
6
inc/3rdparty/site_config/standard/weblog.bignerdranch.com.txt
vendored
Normal file → Executable file
@ -1,5 +1,5 @@
|
||||
title://div[@class="post"]/h2
|
||||
author://p[@class="postinfo"]/a
|
||||
date:substring-before(substring-after(//p[@class="postinfo"],' on '),' under ')
|
||||
title://div[@class="post"]/h2
|
||||
author://p[@class="postinfo"]/a
|
||||
date:substring-before(substring-after(//p[@class="postinfo"],' on '),' under ')
|
||||
body://div[@class="contenttext"]
|
||||
test_url: http://weblog.bignerdranch.com/?p=304
|
||||
Reference in New Issue
Block a user