能否取消下载视频
#717
Replies: 1 comment
-
|
Hi @PSER-Dotcom! I'm Dosu and I’m helping the TikTokDownloader team. 关于你的两个需求: 1. 只下载音频不下载视频 可以在 {
"music": true,
"download": false
}这样程序只会下载作品的背景音乐文件,不会下载视频或图集 [3]。 2. 不跳过已下载过的作品 目前项目没有提供配置参数来禁用跳过逻辑。自动跳过已下载作品的功能是硬编码的,程序会通过检查下载记录和本地文件是否存在来决定是否跳过 [4]。 如果需要重新下载,目前的变通方法是手动删除下载记录文件( 如果「不跳过已下载」是你的常用需求,可以考虑向项目提一个 Feature Request,建议增加类似 To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
能否只下载音频而不下载视频,并且下载时不跳过已下载过的作品
Beta Was this translation helpful? Give feedback.
All reactions