-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
2013.12.23.4 Redownloads Some Part and Completed Downloads #2047
Comments
-c -w also ignored in some cases. |
Please open new issues for
Can you include a similar reproducing output in this bug report? |
This is the command that caused it: youtube-dl -i -f mp4 -v -o "%%(uploader)s%%(playlist)s%%(playlist_index)s-%%(title)s-%%(id)s.%%(ext)s" http://www.youtube.com/playlist?list=PL23DE0292227250FA Later changed it to youtube-dl -i -w -c -f mp4 -v -o "%%(uploader)s%%(playlist)s%%(playlist_index)s-%%(title)s-%%(id)s.%%(ext)s" http://www.youtube.com/playlist?list=PL23DE0292227250FA I started the download few weeks back. I wanted to resume it and then it started downloading file already there. I have watched some of the files which got re downloaded. Perhaps can be something to do with last access. I am on Win 8.1 64 |
Sorry, but without at least a hint of the output (not the command-line) of youtube-dl, it will not be possible to reproduce this issue. |
C:\Downloads>youtube-dl -U C:\Downloads>echo ERRORLEVEL is 0 C:\Downloads>if 0 NEQ 0 goto loop0 C:\Downloads>youtube-dl -i -w -c -f mp4 -v -o "%(uploader)s%(playlist)s%(playl |
Above instance it did not happen. But there is a Access is denied message. See these are errors which do not happen often. There is another error. When I run this again it will be something else. |
The The log ends with
Notice the second line which indicates that the file hadn't been fully downloaded before, and now is being downloaded. Therefore, everything is working as intended - the download is being resumed. What makes you think otherwise? Interestingly, the ETA seems messed up. If the malformed ETA is not an artifact of the output copying, please file an issue on that. |
Last time I ran it downloaded the 1st few files again which I had already watched. It did not happen this time |
Not every error you encounter happens every time you run the program. This does not mean that there is something not going wrong. |
I think things are back to normal. I ran it again but it does not seam to re download all from the beginning. I opened the downloaded files and then reran also. Original console output I do not have as when the terminate the batch you loose the console output if you run it by clicking on the batchfile. Any way by Python and Windows version are the same from previous. Only YTDL got updated as I used the -U switch. |
Above version re downloads completed / part downloads from the start.
The text was updated successfully, but these errors were encountered: