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.
Can't download youtube mix playlist #3869
Comments
|
It works fine here could you post the output of |
|
|
|
You are using an outdated version of youtube-dl. We tried to document what to do in our FAQ, but here's the gist of it: Either contact the Ubuntu packaging team or run
I'm closing this issue now, but if you have any questions about this problem, feel free to post. |
I was trying to download a youtube mix playlist, https://www.youtube.com/watch?v=gFIyFzZG9hk&list=RDgFIyFzZG9hk, for example. When I paste it to youtube-dl and download them, youtube-dl reports an error.
Log:
[youtube:playlist] Downloading playlist PLRDgFIyFzZG9hk - add --no-playlist to just download video gFIyFzZG9hk
[youtube:playlist] RDgFIyFzZG9hk: Downloading Youtube mix
Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 6, in
youtube_dl.main()
File "/usr/lib/python2.7/dist-packages/youtube_dl/init.py", line 804, in main
_real_main(argv)
File "/usr/lib/python2.7/dist-packages/youtube_dl/init.py", line 794, in _real_main
retcode = ydl.download(all_urls)
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 982, in download
self.extract_info(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 493, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 158, in extract
return self._real_extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1490, in _real_extract
return self._extract_mix(playlist_id)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1464, in _extract_mix
title = clean_html(title_span)
File "/usr/lib/python2.7/dist-packages/youtube_dl/utils.py", line 403, in clean_html
html = html.replace('\n', ' ')
AttributeError: 'NoneType' object has no attribute 'replace'