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;
|
Date updateTime = lastUpdateTime;
|
||||||
int page = 1;
|
int page = 1;
|
||||||
do{
|
do{
|
||||||
String catBookListUrl = getListPageUrl().replace("{0}", "0").replace("{1}", page + "");
|
String catBookListUrl = getListPageUrl().replace("{0}", i+"").replace("{1}", page + "");
|
||||||
page++;
|
page++;
|
||||||
String forObject = RestTemplateUtil.getBodyByUtf8(catBookListUrl);
|
String forObject = RestTemplateUtil.getBodyByUtf8(catBookListUrl);
|
||||||
if (forObject != null) {
|
if (forObject != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user