mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-14 13:25:13 -05:00
18 lines
739 B
Plaintext
18 lines
739 B
Plaintext
title: //div[@id='article']/h1
|
|
title: //h1
|
|
|
|
body: //div[@class='articleText']
|
|
body: //div[@class='articleContent']
|
|
body: //div[@id='article']
|
|
date: //*[contains(@class, 'date')]
|
|
author: //div[@id='profile']//*[@class='authors']//a[1]
|
|
author: //*[@class='author']/span
|
|
prune: no
|
|
|
|
strip: //div[@class='moreOnBoxWithImages']
|
|
|
|
single_page_link: //a[@class='print']
|
|
|
|
test_url: http://www.theatlantic.com/technology/archive/2011/04/want-to-see-how-crazy-a-bot-run-market-can-be/237773/
|
|
test_url: http://www.theatlantic.com/magazine/archive/2007/11/the-autumn-of-the-multitaskers/6342/
|
|
test_url: http://www.theatlantic.com/entertainment/archive/2012/04/30-rock-live-a-funny-reminder-of-why-sitcoms-arent-shot-live-anymore/256447/ |