1.优化爬虫编写规则,兼容更多网站 2.新增书趣阁书源

This commit is contained in:
xiongxiaoyang
2020-05-18 14:01:49 +08:00
parent 8c2e43c04f
commit 92ce982899
10 changed files with 339 additions and 79 deletions

View File

@ -14,4 +14,9 @@ public class Constants {
* 访问量默认值
*/
public static final Long VISIT_COUNT_DEFAULT = 100L;
/**
* 爬取小说http请求中无效的内容长度
*/
public static final int INVALID_HTML_LENGTH = 1000;
}