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.
--download-archive doesn't create directories when needed #8395
Comments
|
I've been working on your bug issue. The IOError error exception is being thrown by After some tracing of the error readout and the program structure, I have come to the conclusion that one of the videos in the playlist is being flagged as age-restricted. When this happens, the program goes out to check
When the class description of
"filename" is actually passed to the
According to the YoutubeDL class header:
To me, it looks like the program is having some trouble passing data around, and it may have converted a directory link into text format for ease of passing, and failed to convert it back. I could be very wrong, since I did this analysis a few weeks ago and hadn't had the time to post it until now. I hope that a more official developer on the project sees this bump and responds. If you, boskia12, are still having this problem, please reply with any other information you have, like if any videos are downloaded or files are created before the program fails. If you can't re-create the problem with the latest youtube-dl build, please close the bug report since that would imply the devs fixed the problem. |
So, I'm on Linux and this is the exact command I'm executing:
And I get this error:
What's causing this?