mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42:15 -05:00
6 lines
250 B
Plaintext
6 lines
250 B
Plaintext
|
title: //article[@class='post']/header[@class='wrapper']//h1/a
|
||
|
author: //header[@id='masthead']//h1/a
|
||
|
date: //article[@class='post']/header[@class='wrapper']//p[@class='postdate']
|
||
|
body: //div[@id='body-content']
|
||
|
|
||
|
test_url: http://sivers.org/delegate/
|