mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-28 03:51:02 +00:00
8 lines
319 B
Text
8 lines
319 B
Text
|
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
|