mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
22 lines
No EOL
998 B
Text
Executable file
22 lines
No EOL
998 B
Text
Executable file
title: //div[contains(@class, 'articleHead')]//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']
|
|
strip: //p[contains(., 'This article available online at:')]
|
|
strip: //p[contains(., 'This article available online at:')]/following::*
|
|
strip: //div[@class='earthbox']
|
|
|
|
single_page_link: //article//a[contains(@class, 'print')]
|
|
|
|
native_ad_clue: //meta[@property="og:url" and contains(@content, '/sponsored/')]
|
|
|
|
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/ |