-
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.
fix: Fix Book Source 3 not available
Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>
- Loading branch information
Showing
14 changed files
with
124 additions
and
55 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
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
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,42 +1,45 @@ | ||
{ | ||
"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" | ||
"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" | ||
}, | ||
"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": "" | ||
} | ||
} | ||
"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": { | ||
"result": "div.listmain > dl > dd > a", | ||
"offset": 12 | ||
}, | ||
"chapter": { | ||
"url": "http://www.99xs.info/tag/%s/%s.html", | ||
"pagination": false, | ||
"title": "", | ||
"content": "#content", | ||
"paragraphTagClosed": false, | ||
"paragraphTag": "<br><br>", | ||
"filterTxt": "请记住本书首发域名:.+。鸟书网手机版阅读网址:.+|7017k", | ||
"filterTag": "" | ||
} | ||
} |
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