-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add new book sources and remove invalid ones!
Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>
- Loading branch information
Showing
7 changed files
with
108 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,42 @@ | ||
{ | ||
"id": "2", | ||
"url": "https://www.shuhaige.net/", | ||
"name": "书海阁小说网", | ||
"comment": "搜索有反爬机制,爬取过快会丢包", | ||
"type": "html", | ||
"search": { | ||
"url": "https://www.shuhaige.net/search.html", | ||
"method": "post", | ||
"body": { | ||
"kw": "searchkey", | ||
"searchtype": "all" | ||
}, | ||
"cookies": { | ||
"waf_sc": "", | ||
"HMACCOUNT": "" | ||
}, | ||
"pagination": true, | ||
"nextPage": "#pagelink > a:not(.pgroup):not(.ngroup)", | ||
"result": "#sitembox > dl", | ||
"bookName": "dd > h3 > a", | ||
"author": "dd:nth-child(3) > span:nth-child(1)", | ||
"latestChapter": "dd:nth-child(5) > a", | ||
"update": "dd:nth-child(5) > span" | ||
}, | ||
"book": { | ||
"url": "https://www.shuhaige.net/%s/", | ||
"bookName": "meta[property=\"og:novel:book_name\"]", | ||
"author": "meta[property=\"og:novel:author\"]", | ||
"intro": "meta[property=\"og:description\"]", | ||
"category": "meta[property=\"og:novel:category\"]", | ||
"coverUrl": "#fmimg > img", | ||
"latestChapter": "", | ||
"latestUpdate": "", | ||
"isEnd": "", | ||
"catalog": "#list > dl > dd > a", | ||
"catalogOffset": 12 | ||
}, | ||
"chapter": { | ||
"url": "https://www.shuhaige.net/%s/%s.html", | ||
"pagination": true, | ||
"nextPage": "#pager_next", | ||
"chapterNo": 0, | ||
"title": ".bookname > h1", | ||
"content": "#content", | ||
"paragraphTagClosed": true, | ||
"paragraphTag": "p", | ||
"filterTxt": "本小章还未完,请点击下一页继续阅读后面精彩内容!|小主,这个章节后面还有哦,请点击下一页继续阅读,后面更精彩!|这章没有结束,请点击下一页继续阅读!|喜欢.*?请大家收藏:(.*?).*?书海阁小说网更新速度全网最快。", | ||
"filterTag": "" | ||
} | ||
} | ||
{ | ||
"id": "2", | ||
"url": "http://www.99xs.info/", | ||
"name": "鸟书网", | ||
"comment": "书很全,有15w+;无反爬", | ||
"type": "html", | ||
"search": { | ||
"url": "http://www.99xs.info/read/search/", | ||
"method": "post", | ||
"body": {"kw": "searchkey"}, | ||
"cookies": {}, | ||
"pagination": false, | ||
"result": "div.wrap > div > div > div", | ||
"bookName": "div.bookinfo > h4 > a", | ||
"author": "div.bookinfo > div.author", | ||
"latestChapter": "div.bookinfo > div.update > a" | ||
}, | ||
"book": { | ||
"url": "http://www.99xs.info/tag/%s/", | ||
"bookName": "meta[property=\"og:novel:book_name\"]", | ||
"author": "meta[property=\"og:novel:author\"]", | ||
"intro": "meta[property=\"og:description\"]", | ||
"category": "meta[property=\"og:novel:category\"]", | ||
"coverUrl": "div.cover > img", | ||
"latestChapter": "", | ||
"latestUpdate": "", | ||
"isEnd": "", | ||
"catalog": "div.listmain > dl > dd > a", | ||
"catalogOffset": 12 | ||
}, | ||
"chapter": { | ||
"url": "http://www.99xs.info/tag/%s/%s.html", | ||
"pagination": false, | ||
"chapterNo": 0, | ||
"title": "", | ||
"content": "#content", | ||
"paragraphTagClosed": false, | ||
"paragraphTag": "<br><br>", | ||
"filterTxt": "请记住本书首发域名:.+。鸟书网手机版阅读网址:.+|7017k", | ||
"filterTag": "" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters