You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To prevent the renaming of incomplete .tmp files to .mp4, you can modify the base_downloader.py to ensure that the file size is checked before renaming. The logic should verify that the actual size of the downloaded file matches the expected content length. If they do not match, the file should not be renamed. Here's a code snippet that demonstrates this approach:
详细描述错误
在运行douyin下载时 由于人在国外网络不好 经常下载报错 但是tmp文件依然会被改名为mp4
导致打开无法完整播放
系统平台
win11
Q:你在哪个平台(Win/Linux/Mac)上运行?你使用的是什么浏览器?你使用的是什么终端软件?你使用的F2是什么版本?
F2 0.0.1.7 pip公共版本和自己编译版本都会发生
我自己fork了之后通过仅修改base_downloader.py可以规避 但是解决的很粗糙
The text was updated successfully, but these errors were encountered: