@ -89,8 +89,7 @@ object BookChapterList {
tocRule,
listRule,
book,
bookSource,
getNextUrl = false
bookSource
)
item.chapterList = nextChapterData.chapterList
}
@ -122,7 +122,7 @@ object BookContent {
analyzeRule.getStringList(nextUrlRule, true)?.let {
nextUrlList.addAll(it)
SourceDebug.printLog(bookSource.bookSourceUrl, nextUrlList.joinToString(","))
SourceDebug.printLog(bookSource.bookSourceUrl, nextUrlList.joinToString(","), printLog)
val content = analyzeRule.getString(contentRule.content ?: "")?.htmlFormat() ?: ""
return ContentData(content, nextUrlList)