Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
--ignore-errors to ignore when video is not available #22139
Comments
|
|
why did you assume it was a playlist i was referring too? i did say:
try this and you'll see what i'm requesting:
|
|
I'm not a black magician to fortune tell what did you mean by that. If you are requested to provide complete verbose log then you must provide it. |
Checklist
Description
I have a list of previously downloaded urls, i would like to attempt to redownload them all without needed to individually check each file on youtube to see if the video is still available.
there is an option i see to ignore errors
--ignore-errors. however after reading online it appears that it does not support not finding the video. see below for the .py error becauseurlis NULL.so,
ie_result = self._real_extract(url)whereurlis not found throws this error and is not captured by the --ignore-error flag.