mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-14 21:35:06 -05:00
5 lines
164 B
Plaintext
5 lines
164 B
Plaintext
|
body: //div[@class='post full']
|
||
|
title: //h1
|
||
|
author: substring-after(//title, '- ')
|
||
|
date: //span[@class='date']
|
||
|
test_url: http://brettterpstra.com/byword-for-ios/
|