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