mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-13 20:41:04 +00:00
11 lines
469 B
Text
11 lines
469 B
Text
|
title: //h1[@class='print-title']
|
||
|
body: //div[@class='print-content']
|
||
|
author: //a[contains(@href, '/authors')]
|
||
|
author: substring-before(//div[@class='print-created'], '|')
|
||
|
date: //span[@class='article-date']
|
||
|
date: substring-after(//div[@class='print-created'], '|')
|
||
|
prune: no
|
||
|
|
||
|
single_page_link: //ul[contains(@class, 'article-actions-bar')]//a[contains(@href, '/print/article/')]
|
||
|
|
||
|
test_url: http://www.thenation.com/article/162331/hard-against-time-roy-fisher
|