mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
10 lines
500 B
Text
Executable file
10 lines
500 B
Text
Executable file
title: //div[@id='headline']
|
|
body: //div[@class='entry_text']
|
|
author: //div[text() = 'Author:']/following-sibling::div/a
|
|
date: //div[text() = 'Published:']/following-sibling::div
|
|
single_page_link: //a[@href='noscript.html']
|
|
prune: no
|
|
|
|
test_url: http://towerofthehand.com/blog/2014/08/08-pitch-this-got-spinoff/index.html
|
|
test_url: http://towerofthehand.com/blog/2014/07/31-definitions-and-embodiments/index.html
|
|
test_url: http://towerofthehand.com/blog/2014/07/03-hero-with-thousand-faces/index.html
|