feat: B站搜索接口增加发布日期筛选

This commit is contained in:
Relakkes
2024-10-17 15:11:25 +08:00
parent fa1932e105
commit aa0f920369
3 changed files with 12 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ USER_DATA_DIR = "%s_user_data_dir" # %s will be replaced by platform name
START_PAGE = 1
# 爬取视频/帖子的数量控制
CRAWLER_MAX_NOTES_COUNT = 100
CRAWLER_MAX_NOTES_COUNT = 200
# 并发爬虫数量控制
MAX_CONCURRENCY_NUM = 1
@@ -46,7 +46,7 @@ MAX_CONCURRENCY_NUM = 1
ENABLE_GET_IMAGES = False
# 是否开启爬评论模式, 默认开启爬评论
ENABLE_GET_COMMENTS = True
ENABLE_GET_COMMENTS = False
# 是否开启爬二级评论模式, 默认不开启爬二级评论
# 老版本项目使用了 db, 则需参考 schema/tables.sql line 287 增加表字段