mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-14 21:35:06 -05:00
6 lines
348 B
Plaintext
6 lines
348 B
Plaintext
|
title://div[@class="entrytitle"]/a
|
||
|
author:substring-after(substring-before(//div[@class="entrytime"], "|"), "By ")
|
||
|
date:substring-before(substring-after(//div[@class="entrytime"], "|"), "- Posted")
|
||
|
body://div[@class="entrybody"]
|
||
|
strip://div[@class="entrybody"]//p[@class="singleinfo"]
|
||
|
test_url: http://clientk.com/2011/12/19/the-impact-of-more/
|