pull/32/head
kunfei 5 years ago
parent 33fe5451ff
commit f48aee3bb2
  1. 1
      app/src/main/java/io/legado/app/model/webbook/BookInfo.kt

@ -57,6 +57,7 @@ object BookInfo {
analyzeRule.getString(infoRule.wordCount ?: "")?.let { analyzeRule.getString(infoRule.wordCount ?: "")?.let {
if (it.isNotEmpty()) book.wordCount = it if (it.isNotEmpty()) book.wordCount = it
} }
SourceDebug.printLog(bookSource.bookSourceUrl, 1, book.wordCount ?: "")
SourceDebug.printLog(bookSource.bookSourceUrl, 1, "获取最新章节") SourceDebug.printLog(bookSource.bookSourceUrl, 1, "获取最新章节")
analyzeRule.getString(infoRule.lastChapter ?: "")?.let { analyzeRule.getString(infoRule.lastChapter ?: "")?.let {
if (it.isNotEmpty()) book.latestChapterTitle = it if (it.isNotEmpty()) book.latestChapterTitle = it

Loading…
Cancel
Save