pull/48/head
kunfei 5 years ago
parent d7478d50ba
commit 97f3bff5a6
  1. 5
      app/src/main/java/io/legado/app/model/webbook/SourceDebug.kt

@ -155,10 +155,7 @@ class SourceDebug(private val webBook: WebBook, callback: Callback) {
private fun contentDebug(book: Book, bookChapter: BookChapter, nextChapterUrl: String?) {
printLog(debugSource, "︾开始解析正文页")
val content = webBook.getContent(book, bookChapter, nextChapterUrl)
.onSuccess { content ->
content?.let {
printLog(debugSource, it, state = 1000)
}
.onSuccess {
printLog(debugSource, "︽正文页解析完成")
}
.onError {

Loading…
Cancel
Save