aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty/site_config/standard/theatlantic.com.txt
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-13 10:15:40 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-13 10:15:40 +0200
commit4e067ceabd705201a16b4c92cf4b23f3b990326c (patch)
tree939f3a8e5ff3ab9ee414a57a895d3e78e1d46ce3 /inc/3rdparty/site_config/standard/theatlantic.com.txt
parent58dbe103889148def78b0fc8744d3f94c56a1561 (diff)
downloadwallabag-4e067ceabd705201a16b4c92cf4b23f3b990326c.tar.gz
wallabag-4e067ceabd705201a16b4c92cf4b23f3b990326c.tar.zst
wallabag-4e067ceabd705201a16b4c92cf4b23f3b990326c.zip
updated specific configuration for parsing
Diffstat (limited to 'inc/3rdparty/site_config/standard/theatlantic.com.txt')
-rwxr-xr-x[-rw-r--r--]inc/3rdparty/site_config/standard/theatlantic.com.txt36
1 files changed, 19 insertions, 17 deletions
diff --git a/inc/3rdparty/site_config/standard/theatlantic.com.txt b/inc/3rdparty/site_config/standard/theatlantic.com.txt
index 267fd39c..aa41b153 100644..100755
--- a/inc/3rdparty/site_config/standard/theatlantic.com.txt
+++ b/inc/3rdparty/site_config/standard/theatlantic.com.txt
@@ -1,18 +1,20 @@
1title: //div[@id='article']/h1 1title: //div[contains(@class, 'articleHead')]//h1
2title: //h1 2
3 3body: //div[@class='articleText']
4body: //div[@class='articleText'] 4body: //div[@class='articleContent']
5body: //div[@class='articleContent'] 5body: //div[@id='article']
6body: //div[@id='article'] 6date: //*[contains(@class, 'date')]
7date: //*[contains(@class, 'date')] 7author: //div[@id='profile']//*[@class='authors']//a[1]
8author: //div[@id='profile']//*[@class='authors']//a[1] 8author: //*[@class='author']/span
9author: //*[@class='author']/span 9prune: no
10prune: no 10
11 11strip: //div[@class='moreOnBoxWithImages']
12strip: //div[@class='moreOnBoxWithImages'] 12strip: //p[contains(., 'This article available online at:')]
13 13strip: //p[contains(., 'This article available online at:')]/following::*
14single_page_link: //a[@class='print'] 14strip: //div[@class='earthbox']
15 15
16test_url: http://www.theatlantic.com/technology/archive/2011/04/want-to-see-how-crazy-a-bot-run-market-can-be/237773/ 16single_page_link: //article//a[contains(@class, 'print')]
17test_url: http://www.theatlantic.com/magazine/archive/2007/11/the-autumn-of-the-multitaskers/6342/ 17
18test_url: http://www.theatlantic.com/technology/archive/2011/04/want-to-see-how-crazy-a-bot-run-market-can-be/237773/
19test_url: http://www.theatlantic.com/magazine/archive/2007/11/the-autumn-of-the-multitaskers/6342/
18test_url: http://www.theatlantic.com/entertainment/archive/2012/04/30-rock-live-a-funny-reminder-of-why-sitcoms-arent-shot-live-anymore/256447/ \ No newline at end of file 20test_url: http://www.theatlantic.com/entertainment/archive/2012/04/30-rock-live-a-funny-reminder-of-why-sitcoms-arent-shot-live-anymore/256447/ \ No newline at end of file