Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download playlist Error --- KeyError: 'content_html' #14140

Closed
lvguanming opened this issue Sep 6, 2017 · 1 comment
Closed

Download playlist Error --- KeyError: 'content_html' #14140

lvguanming opened this issue Sep 6, 2017 · 1 comment
Labels

Comments

@lvguanming
Copy link

@lvguanming lvguanming commented Sep 6, 2017

Maybe is unicode not support for Non-English

Error : Download playlist Error --- KeyError: 'content_html'

follow command:
youtube-dl --download-archive archive.txt -f 'bestvideo[ext=mp4]+bestaudio/best' "https://www.youtube.com/playlist?list=PLATwx1z00HsdanKZcTMQEc-n_Bhu_aZ76"


the output is

[youtube:playlist] PLATwx1z00HsdanKZcTMQEc-n_Bhu_aZ76: Downloading webpage
[download] Downloading playlist: 梁文道:一千零一夜
[youtube:playlist] PLATwx1z00HsdanKZcTMQEc-n_Bhu_aZ76: Downloading page #1
Traceback (most recent call last): File "/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec) File "/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy. py", line 85, in _run_code
exec(code, run_globals)
File "/usr/local/bin/youtube-dl/main.py", line 19, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 465, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 455, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1958, in download
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 787, in extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 939, in process_ie_result
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 272, in _entries
KeyError: 'content_html'

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Sep 6, 2017

You are using an outdated version of youtube-dl. Read this FAQ entry if you have troubles updating.

@dstftw dstftw closed this Sep 6, 2017
@dstftw dstftw added the invalid label Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.