forked from wallabag/wallabag
updated specific configuration for parsing
This commit is contained in:
12
inc/3rdparty/site_config/standard/scripting.com.txt
vendored
Normal file → Executable file
12
inc/3rdparty/site_config/standard/scripting.com.txt
vendored
Normal file → Executable file
@ -1,8 +1,8 @@
|
||||
strip: //a[starts-with(@href, '#')]
|
||||
strip: //*[@class='storyByline']
|
||||
body: //*[@class='storyPageText']/..
|
||||
author: string('Dave Winer')
|
||||
date: substring-before(substring-after(//*[@class='storyByline'], 'on'), 'at')
|
||||
title: //h1
|
||||
strip: //a[starts-with(@href, '#')]
|
||||
strip: //*[@class='storyByline']
|
||||
body: //*[@class='storyPageText']/..
|
||||
author: string('Dave Winer')
|
||||
date: substring-before(substring-after(//*[@class='storyByline'], 'on'), 'at')
|
||||
title: //h1
|
||||
footnotes: no
|
||||
test_url: http://scripting.com/stories/2011/07/08/yeahImStillYawning.html
|
||||
Reference in New Issue
Block a user