Commit 4bce524c by leiliangliang

提交文件

parent 703cee9e
......@@ -124,6 +124,7 @@ public class BililiCrawler {
} catch (Exception e) {
log.error("B站排行榜页面解析异常:{}",e);
}
}
log.info("{}, B站排行榜此轮采集到的数据量为:{}", new Date(), hotSearchLists != null ? hotSearchLists.size() : 0);
log.info("B站排行榜采集结束");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment