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.
UnboundLocalError downloading a playlist #808
Comments
tebeka
commented
Apr 27, 2013
The playlist_title wasn't initialized.
|
This is related to #755, the problem here is that the playlist |
|
Maybe it's related to #755, however I did try to download the whole list. I got the url from the first video I'm watching in the playlist, here's a cut&paste from the address bar - http://www.youtube.com/watch?v=sRArT81TVEM&playnext=1&list=TLqAypMIFHmmI |
|
The problem is that the playlist seems to not exist (at least I can't access it), so youtube-dl gets an empty list. |
|
Yup, when the parameter includes a list, we assume a playlist. This is a weird edge case that now just returns an empty list. I'm closing this issue now, but feel free to comment if there's anything we can do to improve the behavior. |
|
Hmm, what's on checking if the playlist is empty then falling back to |