Skip to content

Commit

Permalink
Merge pull request #140 from zhu1979/master
Browse files Browse the repository at this point in the history
新增书源31xs,两处正则过滤
  • Loading branch information
binbyu authored Aug 15, 2022
2 parents 3bcb9b8 + 4ed1431 commit b7e6fc4
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions bs.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"content_next_url_xpath": "",
"content_next_keyword_xpath": "",
"content_next_keyword": "",
"content_filter_type": 0,
"content_filter_keyword": ""
"content_filter_type": 2,
"content_filter_keyword": "【告知书友.*"
}, {
"title": "书快小说",
"host": "https://www.shukuai.net",
Expand Down Expand Up @@ -297,8 +297,8 @@
"content_next_url_xpath": "",
"content_next_keyword_xpath": "",
"content_next_keyword": "",
"content_filter_type": 0,
"content_filter_keyword": ""
"content_filter_type": 2,
"content_filter_keyword": "亲.点击进去.*|手机站全新改版升级.*"
}, {
"title": "妙笔阁",
"host": "https://www.imiaobige.com",
Expand Down Expand Up @@ -399,5 +399,30 @@
"content_next_keyword": "",
"content_filter_type": 1,
"content_filter_keyword": "AD4"
}, {
"title": "31小说",
"host": "http://www.31xs.org",
"query_url": "http://www.31xs.org/search.php?keyword=%s",
"query_method": 0,
"query_params": "",
"query_charset": 1,
"book_name_xpath": "//div[@class='book-box mt15']/table[@class='grid']/tbody[@id='bookcase_list']/tr/td[2]/a",
"book_mainpage_xpath": "//div[@class='book-box mt15']/table[@class='grid']/tbody[@id='bookcase_list']/tr/td[2]/a/@href",
"book_author_xpath": "//div[@class='book-box mt15']/table[@class='grid']/tbody[@id='bookcase_list']/tr/td[4]",
"enable_chapter_page": 0,
"chapter_page_xpath": "",
"chapter_title_xpath": "//div[@id='list']/dl/dd/a",
"chapter_url_xpath": "//div[@id='list']/dl/dd/a/@href",
"enable_chapter_next": 0,
"chapter_next_url_xpath": "",
"chapter_next_keyword_xpath": "",
"chapter_next_keyword": "",
"content_xpath": "//div[@id='content']",
"enable_content_next": 0,
"content_next_url_xpath": "",
"content_next_keyword_xpath": "",
"content_next_keyword": "",
"content_filter_type": 2,
"content_filter_keyword": "【.*】"
}]
}
}

0 comments on commit b7e6fc4

Please sign in to comment.