pull/1319/head
gedoor 3 years ago
parent 855173ff9f
commit 00054857d4
  1. 1
      app/src/main/java/io/legado/app/help/ContentProcessor.kt

@ -64,7 +64,6 @@ class ContentProcessor private constructor(
chineseConvert: Boolean = true, chineseConvert: Boolean = true,
reSegment: Boolean = true reSegment: Boolean = true
): List<String> { ): List<String> {
//去除无效内容
var mContent = content var mContent = content
if (includeTitle) { if (includeTitle) {
//去除重复标题 //去除重复标题

Loading…
Cancel
Save