aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty/site_config/standard/douban.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/douban.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/douban.com.txt')
-rwxr-xr-x[-rw-r--r--]inc/3rdparty/site_config/standard/douban.com.txt40
1 files changed, 20 insertions, 20 deletions
diff --git a/inc/3rdparty/site_config/standard/douban.com.txt b/inc/3rdparty/site_config/standard/douban.com.txt
index 99d7e5dc..d72a2223 100644..100755
--- a/inc/3rdparty/site_config/standard/douban.com.txt
+++ b/inc/3rdparty/site_config/standard/douban.com.txt
@@ -1,21 +1,21 @@
1# This filter is tested on: 1# This filter is tested on:
2# http://www.douban.com/note/215003067/ 2# http://www.douban.com/note/215003067/
3# http://www.douban.com/note/213540049/ 3# http://www.douban.com/note/213540049/
4# http://www.douban.com/group/topic/31140104/ 4# http://www.douban.com/group/topic/31140104/
5 5
6title: //div[@class='note-header']/h1 6title: //div[@class='note-header']/h1
7title: //div[@id='content']/h1 7title: //div[@id='content']/h1
8 8
9author: //div[@class='info']/ul/li/a 9author: //div[@class='info']/ul/li/a
10author: //h3/span/a 10author: //h3/span/a
11 11
12date://div[@class='note-header']/div/span 12date://div[@class='note-header']/div/span
13date://h3/span[contains(@class, 'color-green')] 13date://h3/span[contains(@class, 'color-green')]
14 14
15body://div[contains(@class, 'note')] 15body://div[contains(@class, 'note')]
16body://div[contains(@class, 'topic-content')] 16body://div[contains(@class, 'topic-content')]
17 17
18strip://h3 18strip://h3
19 19
20convert_double_br_tags: yes 20convert_double_br_tags: yes
21test_url: http://www.douban.com/group/topic/31140104/ \ No newline at end of file 21test_url: http://www.douban.com/group/topic/31140104/ \ No newline at end of file