mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-20 08:01:05 +00:00
9 lines
No EOL
462 B
Text
Executable file
9 lines
No EOL
462 B
Text
Executable file
title: //h2[@class="pageTitle"]
|
|
strip: //div[@class="postfoot"]
|
|
strip: //h2[@class="pageTitle"]
|
|
strip: //h3[@class="pageTitle"]
|
|
body: //div[@class="post"]
|
|
author: substring-before(substring-after(//div[@class="postfoot"], 'by'), 'Filed')
|
|
date: substring-before(substring-after(//div[@class="postfoot"], 'Published'), 'by')
|
|
|
|
test_url: http://weblogs.asp.net/scottgu/archive/2011/08/31/html-editor-smart-tasks-and-event-handler-generation-asp-net-vnext-series.aspx |