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 auto mix playlists seem to have stopped working #3051
Comments
|
Thanks for the report. It's fixed now, it will work in the next version. |
|
Thank you for the report. This bug has been fixed in youtube-dl 2014.06.07. Type |
|
Works great now, thanks. |
I am pretty sure downloading the mixes that youtube autogenerated used to work fine, but over this week (maybe earlier) seems to have stopped working. Here is an example:
$ youtube-dl --verbose -i --write-description --write-info-json -- 'http://www.youtube.com/watch?v=sDhoHOidGeM&list=RDsDhoHOidGeM'
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '-i', '--write-description', '--write-info-json', '--', 'http://www.youtube.com/watch?v=sDhoHOidGeM&list=RDsDhoHOidGeM']
[debug] Encodings: locale US-ASCII, fs US-ASCII, out US-ASCII, pref US-ASCII
[debug] youtube-dl version 2014.06.04
[debug] Python version 2.7.6 - FreeBSD-8.4-RELEASE-p9-i386-32bit-ELF
[debug] Proxy map: {}
[youtube:playlist] Downloading playlist RDsDhoHOidGeM - add --no-playlist to just download video sDhoHOidGeM
[youtube:playlist] RDsDhoHOidGeM: Downloading Youtube mix
[download] Downloading playlist: Mix - Mitch Murder - The Touch
[youtube:playlist] playlist Mix - Mitch Murder - The Touch: Collected 0 video ids (downloading 0 of them)
There is chance I am doing something wrong though.
prior info:
#3014
652cdaa
Thanks