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

[BUG] 批量下载时,出现视频下载不完整问题!比较严重~ #190

Closed
Linux2010 opened this issue Aug 1, 2022 · 1 comment
Closed
Assignees
Labels
故障(bug) 代码问题导致的错误(Bugs caused by code problems) 额外求助(help wanted) 非项目代码错误的求助(Extra attention is needed) 无效(invalid) 非代码故障导致错误或异常(Non-code faults causing errors or anomalies)

Comments

@Linux2010
Copy link

Linux2010 commented Aug 1, 2022

描述出现的错误
我使用批量模式下载个人主页全量视频,在使用过程中发现,会出现1秒2秒的视频 内容,初步判断是视频下载不完整。
分析有两种情况:
1,视频下载程序本身下载视频不完整,就生成最终.mp4文件,导致下次下载视频跳过已下载内容。
2,视频下载过程文件以.mp4结尾,并不是以.part中间文件结尾,会出现本次下载中断,再下载时跳过未下载完整内容。
请作者大大,查看下帮忙分析下问题所在!~

建议:未下载完成的文件以.part中间文件存在,完整下载后,效验完整性后进行名称修改,避免某次中断后,无法再下载完整文件·

下载命令
videoPath=$1
videoUrl=$2
python TikTokDownload/TikTokMulti.py
-u ${videoUrl}
-d ${videoPath} \

@Linux2010 Linux2010 added 故障(bug) 代码问题导致的错误(Bugs caused by code problems) 额外求助(help wanted) 非项目代码错误的求助(Extra attention is needed) 无效(invalid) 非代码故障导致错误或异常(Non-code faults causing errors or anomalies) labels Aug 1, 2022
@Linux2010 Linux2010 changed the title [BUG] 批量下载时,出现视频1秒2秒的视频 [BUG] 批量下载时,出现视频下载不完整问题!比较严重~ Aug 2, 2022
@Linux2010
Copy link
Author

建议:未下载完成的文件以.part中间文件存在,完整下载后,效验完整性后进行名称修改,避免某次中断后,无法再下载完整文件

Johnserf-Seed added a commit that referenced this issue Aug 18, 2022
解决了诸多遗留性问题,包括会检查已下载视频时直接跳过未下载就翻页
#193 #190 #188 #177 #176 #175 #165 #164 #157 #148 #147 #144 #138 #135 #132 #130 #127 #124 #121 #117 #81 #70 #69 #66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
故障(bug) 代码问题导致的错误(Bugs caused by code problems) 额外求助(help wanted) 非项目代码错误的求助(Extra attention is needed) 无效(invalid) 非代码故障导致错误或异常(Non-code faults causing errors or anomalies)
Projects
None yet
Development

No branches or pull requests

2 participants