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.
Youtube channel playlists are not downloading #26952
Comments
|
I had the same thing start happening in the last few days, but until recently I'd been successfully downloading playlists using version 2020.09.20 (downloaded and sig verified from here on github). Did youtube change their response to something that youtube-dl doesn't understand? I've attached the file I got from running the same command with
|
|
Got the issue on Mac with binary version
If I point to a specific playlist (as opposed to downloading all playlists), I get this:
In this case, the process is hanging indefinitely without any warnings or errors. Downloading a video directly works as expected, seems only playlists are affected. EDIT: Here's another interesting example. This fails:
But this succeeds:
So it seems that omitting this part I have downloaded 3 videos in similar fashion (this edit) and only one of them failed. Two other videos worked fine - here are the links
|
|
Same problem here with (2020.09.20). It will not download any playlist: youtube-dl -o "d:\YT Downloads%%(uploader)s%%(playlist)s%%(playlist_index)s - %%(title)s.%%(ext)s" https://www.youtube.com/c/Kevindarrah/playlists |
|
It's because |
|
What does it mean that disable_polymer no longer works on channel pages? Does it mean that there is no way to get this to work |
Checklist
Verbose log
Description
After version 2020.06.16.1 download using channel playlist page url is not possible
Reverting this patch e942cfd seems to fix downloading from such url, but this issue will no longer be fixed #25810
I tried youtube-dl from release page and from Fedora repository, both don't work