mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-14 13:01:09 +00:00
14 lines
383 B
Text
14 lines
383 B
Text
|
title: //div[@id='pr']/h3
|
||
|
author: //div[@class='dateline']//a[contains(@href, '/author/')]
|
||
|
|
||
|
# print page
|
||
|
body: //div[@id='prbody']
|
||
|
# standard page
|
||
|
body: //div[@id='pgbody']
|
||
|
|
||
|
# for multi-page articles
|
||
|
single_page_link: //div[@class='tipjar']//a[contains(@href, '/printerFriendly.php?')]
|
||
|
|
||
|
prune: no
|
||
|
|
||
|
test_url: http://www.walrusmagazine.com/articles/2011.12-memoir-kidnapped
|