@ -31,6 +31,7 @@ object BookChapterList {
baseUrl
)
SourceDebug.printLog(bookSource.bookSourceUrl, 1, "获取成功:$baseUrl")
val tocRule = bookSource.getTocRule()
val nextUrlList = arrayListOf(baseUrl)
var reverse = false
@ -32,6 +32,7 @@ object BookContent {
val content = StringBuilder()
val contentRule = bookSource.getContentRule()
@ -23,6 +23,7 @@ object BookInfo {
val infoRule = bookSource.getBookInfoRule()
val analyzeRule = AnalyzeRule(book)
analyzeRule.setContent(body)
@ -27,6 +27,7 @@ object BookList {
val analyzeRule = AnalyzeRule(null)
analyzeRule.setContent(body, baseUrl)
bookSource.bookUrlPattern?.let {