mirror of
https://github.com/201206030/novel.git
synced 2025-04-27 07:30:50 +00:00
bug修复
This commit is contained in:
parent
507a10077d
commit
bb83f5628b
@ -38,7 +38,7 @@ public class BiquCrawlSource extends BaseHtmlCrawlSource {
|
||||
Date updateTime = lastUpdateTime;
|
||||
int page = 1;
|
||||
do{
|
||||
String catBookListUrl = getListPageUrl().replace("{0}", "0").replace("{1}", page + "");
|
||||
String catBookListUrl = getListPageUrl().replace("{0}", i+"").replace("{1}", page + "");
|
||||
page++;
|
||||
String forObject = RestTemplateUtil.getBodyByUtf8(catBookListUrl);
|
||||
if (forObject != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user