pull/1319/head
gedoor 3 years ago
parent 7b2971da81
commit eab7528e70
  1. 2
      app/src/main/java/io/legado/app/model/webBook/BookChapterList.kt

@ -20,7 +20,7 @@ import splitties.init.appCtx
@Suppress("BlockingMethodInNonBlockingContext") @Suppress("BlockingMethodInNonBlockingContext")
object BookChapterList { object BookChapterList {
private val falseRegex = "\\w*(?i)(null|false|0)\\w*".toRegex() private val falseRegex = "\\s*(?i)(null|false|0)\\s*".toRegex()
suspend fun analyzeChapterList( suspend fun analyzeChapterList(
scope: CoroutineScope, scope: CoroutineScope,

Loading…
Cancel
Save