We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
比如执行 asmr-downloader rj1234 在下载123.mp3,还没下载完的过程中直接关闭终端 然后再执行 asmr-downloader rj1234 会跳过123.mp3,下载之后的文件,造成123.mp3的下载不完整 批量下载出现这种情况,有的时候很难判断哪个文件下载不完整,导致仓储了不完整的文件 希望弄个下载记录之类的东西,记录下最后一个,或者最后一批正在下载的文件,重新执行 asmr-downloader rj1234 的时候,自动删除并重新下载关闭终端前,最后一个或者最后一批正在下载的文件
The text was updated successfully, but these errors were encountered:
No branches or pull requests
比如执行
asmr-downloader rj1234
在下载123.mp3,还没下载完的过程中直接关闭终端
然后再执行
asmr-downloader rj1234
会跳过123.mp3,下载之后的文件,造成123.mp3的下载不完整
批量下载出现这种情况,有的时候很难判断哪个文件下载不完整,导致仓储了不完整的文件
希望弄个下载记录之类的东西,记录下最后一个,或者最后一批正在下载的文件,重新执行
asmr-downloader rj1234
的时候,自动删除并重新下载关闭终端前,最后一个或者最后一批正在下载的文件
The text was updated successfully, but these errors were encountered: