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.
HTTP Error 401 when downloading playlist from ufcfightpass.com #25453
Comments
|
Updated to youtube-dl version 2020.06.06 |
Checklist
Verbose log
Description
Fails with an HTTP Error 401 when trying to download a playlist, but it only happens after yt-dl finished downloading the previous video on the list.
Notice in the above log there's no problem going through the previously-downloaded videos (1st-3rd out of 10), there's no problem downloading a video which wasn't previously downloaded (4th), the error only comes up with the next one (5th).
Restarting yt-dl with the exact same command will do the same thing - it'll go through the list, skip the now-downloaded video (4th), download the one which yt-dl failed at (5th), and fail with the next one (6th out of 10).
Starting yt-dl with each specific video url instead of playlist url won't have this issue whether running in series or in parallel.
Happens from both ends of the list, as in with and without --playlist-reverse.
I suspect maybe the authentication gets dropped once yt-dl finishes downloading a video for some reason, and yt-dl would have to re-authenticate after every downloaded video in a list?
Edit: Forgot to provide example url:
https://ufcfightpass.com/playlist/1861
It happens with every playlist I tried there.