-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Youtube error "content_html" #14074
Comments
Seems to happen when the playlist has more than 100 items, the "Load more" is not working |
Hmm I have had similar Issues with almost any other downloadapp I sofar tried. Is there a solution or a easy workaround? |
I have the same problem. Repro:
|
Same problem here too. Playlist has 309 videos, tried one with 223, both failed.
EDIT: The fix by awei78 worked for me. |
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like this:[x]
)Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2017.08.27.1. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-v
flag to your command line you run youtube-dl with (youtube-dl -v <your command line>
), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
Got a weird bug when I started my youtube-dl script
PS C:\Users\lip> youtube-dl -f bestaudio --playlist-end 163 -x --audio-format mp3 --embed-thumbnail --audio-quality 0 --download-archive "archive.txt" --p
ostprocessor-args "-strict experimental" -i --metadata-from-title "%(artist)s - %(title)s" -o "%(title)s.%(ext)s" https://www.youtube.com/playlist?list=LL
zvVOLVhUriIFomutioDkGw --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-f', 'bestaudio', '--playlist-end', '163', '-x', '--audio-format', 'mp3', '--embed-thumbnail', '--audio-quality', '0', '--dow
nload-archive', 'archive.txt', '--postprocessor-args', '-strict experimental', '-i', '--metadata-from-title', '%(artist)s - %(title)s', '-o', '%(title)s.%
(ext)s', 'https://www.youtube.com/playlist?list=LLzvVOLVhUriIFomutioDkGw', '--verbose']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2017.08.27.1
[debug] Python version 3.6.0 - Windows-10-10.0.15063-SP0
[debug] exe versions: ffmpeg N-79585-g268b5ae, ffprobe N-79585-g268b5ae
[debug] Proxy map: {}
[youtube:playlist] LLzvVOLVhUriIFomutioDkGw: Downloading webpage
[download] Downloading playlist: Liked videos
[youtube:playlist] LLzvVOLVhUriIFomutioDkGw: Downloading page #1
ERROR: 'content_html'
Traceback (most recent call last):
File "c:\program files\anaconda3\lib\site-packages\youtube_dl\YoutubeDL.py", line 787, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "c:\program files\anaconda3\lib\site-packages\youtube_dl\YoutubeDL.py", line 939, in process_ie_result
ie_entries, playliststart, playlistend))
File "c:\program files\anaconda3\lib\site-packages\youtube_dl\extractor\youtube.py", line 272, in _entries
content_html = more['content_html']
KeyError: 'content_html'
The text was updated successfully, but these errors were encountered: