Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.3 版本批量下载视频评论数据 #224

Open
wangxd15 opened this issue May 25, 2024 · 4 comments
Open

5.3 版本批量下载视频评论数据 #224

wangxd15 opened this issue May 25, 2024 · 4 comments

Comments

@wangxd15
Copy link

wangxd15 commented May 25, 2024

目前采用的是5.3版本,可实现账号视频的批量下载,但无法同时批量下载评论,支持单个视频的评论下载。
目前的配置如下:

  REDUCED = (1, 1, 1, 1, 1, 1, 1, 1, 1, 1)  # 禁用项目部分功能
  # REDUCED = False  # 启用项目全部功能
"storage_format": "csv",

请问如何设置才能实现单个账号或UP主的所有视频和对应评论的下载呢?
期待您的回答~

@JoeanAmier
Copy link
Owner

将代码
# REDUCED = False # 启用项目全部功能
修改为
REDUCED = False # 启用项目全部功能

@wangxd15
Copy link
Author

将代码 # REDUCED = False # 启用项目全部功能 修改为 REDUCED = False # 启用项目全部功能
开启该功能后,生成CSV文件信息没有单独的评论信息,只有个“额外信息”,且和单独采集视频的评论信息完全不一致。或者说没有为每个视频生成类似“作品XXXX_评论数据.csv”的文件。

@JoeanAmier
Copy link
Owner

截图。

@Robin-Teng
Copy link

今天下载的最新源码好像找不到修改# REDUCED = False # 启用项目全部功能了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants