I am using youtube-dl
to download videos from Lynda (I have an account).
After about the 40th video in a list I received this error:
ERROR: Unable to download JSON metadata: HTTP Error 403: Forbidden
Is there a way to 'restart' the downloads so I don't have to start from the first file again? Say just tell it to start from file 41 or something?
This is the command I used to download:
./youtube-dl --cookies cookies.txt --username <myusername> --password <mypassword> --sleep-interval 200 -o "%(autonumber)s - %(title)s.%(ext)s” http://www.lynda.com/C-tutorials/C-Essential-Training/188207-2.html
question from:https://stackoverflow.com/questions/35982269/youtube-dl-how-do-i-resume-a-download-after-error