|
|
@ -55,7 +55,7 @@ object Debug { |
|
|
|
debugSource = rssSource.sourceUrl |
|
|
|
debugSource = rssSource.sourceUrl |
|
|
|
log(debugSource, "︾开始解析") |
|
|
|
log(debugSource, "︾开始解析") |
|
|
|
val sort = rssSource.sortUrls().entries.first() |
|
|
|
val sort = rssSource.sortUrls().entries.first() |
|
|
|
Rss.getArticles(sort.key, sort.value, rssSource, null) |
|
|
|
Rss.getArticles(sort.key, sort.value, rssSource, null, 1) |
|
|
|
.onSuccess { |
|
|
|
.onSuccess { |
|
|
|
if (it.articles.isEmpty()) { |
|
|
|
if (it.articles.isEmpty()) { |
|
|
|
log(debugSource, "⇒列表页解析成功,为空") |
|
|
|
log(debugSource, "⇒列表页解析成功,为空") |
|
|
|