forked from wallabag/wallabag
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/
|