Update AnalyzeByJSoup.kt

修正一个错误
pull/1096/head
bushixuanqi 3 years ago committed by GitHub
parent 38f0f832ed
commit 464c8fe66e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/src/main/java/io/legado/app/model/analyzeRule/AnalyzeByJSoup.kt

@ -451,7 +451,7 @@ class AnalyzeByJSoup(doc: Any) {
if (start == end || stepx >= len) { //两端相同,区间里只有一个数。或间隔过大,区间实际上仅有首位
indexSet.add(stepx)
indexSet.add(start)
continue
}

Loading…
Cancel
Save