feat: 优化代码

pull/182/head
kunfei 5 years ago
parent ff7e41373a
commit d454549386
  1. 2
      app/src/main/java/io/legado/app/model/rss/RssParserByRule.kt

@ -45,7 +45,7 @@ object RssParserByRule {
Debug.log(sourceUrl, "┌获取下一页链接")
nextUrl = analyzeRule.getString(rssSource.ruleNextPage)
if (nextUrl.isNotEmpty()) {
nextUrl = NetworkUtils.getAbsoluteURL(sourceUrl, nextUrl)
nextUrl = NetworkUtils.getAbsoluteURL(sortUrl, nextUrl)
}
Debug.log(sourceUrl, "$nextUrl")
}

Loading…
Cancel
Save