aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty/site_config/standard/archiveofourown.org.txt
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-23 13:44:48 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-23 13:44:48 +0200
commit887b015def3098f1e898e7bf3338fa2d093b6d95 (patch)
tree41206132200aa9390e11d600ad2b84ffa23242e4 /inc/3rdparty/site_config/standard/archiveofourown.org.txt
parentebd6bf6007e0fad4c3e11dac0e79f687e1d195a2 (diff)
parent505a74ad1de7cf2cd3605e793233365501f03d87 (diff)
downloadwallabag-887b015def3098f1e898e7bf3338fa2d093b6d95.tar.gz
wallabag-887b015def3098f1e898e7bf3338fa2d093b6d95.tar.zst
wallabag-887b015def3098f1e898e7bf3338fa2d093b6d95.zip
Merge branch 'refactor' into dev
Diffstat (limited to 'inc/3rdparty/site_config/standard/archiveofourown.org.txt')
-rwxr-xr-x[-rw-r--r--]inc/3rdparty/site_config/standard/archiveofourown.org.txt38
1 files changed, 21 insertions, 17 deletions
diff --git a/inc/3rdparty/site_config/standard/archiveofourown.org.txt b/inc/3rdparty/site_config/standard/archiveofourown.org.txt
index 50ff632d..579de517 100644..100755
--- a/inc/3rdparty/site_config/standard/archiveofourown.org.txt
+++ b/inc/3rdparty/site_config/standard/archiveofourown.org.txt
@@ -1,18 +1,22 @@
1# Description: Fix XPaths to include ALL chapters on 'view_full_work' pages. 1# Description: Fix XPaths to include ALL chapters on 'view_full_work' pages.
2# Include: work meta, summary, chapter information, and notes which Instapaper strips out on default. 2# Include: work meta, summary, chapter information, and notes which Instapaper strips out on default.
3# Exclude: header, footer, navigation, comments. 3# Exclude: header, footer, navigation, comments.
4# Notes: User is a newbie with XPaths. 4# Notes: User is a newbie with XPaths.
5 5
6title: //h2[@class='title'] 6title: //h2[@class='title']
7author: //h3[@class='byline'] 7author: //h3[@class='byline']
8author: //a[@class='login author'] 8author: //a[@class='login author']
9 9
10strip_id_or_class:header 10strip_id_or_class:header
11strip_id_or_class:navigation 11strip_id_or_class:navigation
12strip_id_or_class:feedback 12strip_id_or_class:feedback
13strip_id_or_class:kudos 13strip_id_or_class:kudos
14strip_id_or_class:add_comment_placeholder 14strip_id_or_class:add_comment_placeholder
15strip_id_or_class:add_comment 15strip_id_or_class:add_comment
16strip_id_or_class:globalize 16strip_id_or_class:globalize
17strip_id_or_class:footer 17strip_id_or_class:footer
18test_url: http://archiveofourown.org/works/229402?view_full_work=true \ No newline at end of file 18
19single_page_link: //div[@id='main']//a[contains(@href, 'view_adult=true')]
20
21test_url: http://archiveofourown.org/works/229402?view_full_work=true
22test_url: http://archiveofourown.org/works/750111/chapters/1399929 \ No newline at end of file