-
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
no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info #21814
Comments
|
@remitamine I can download video of @rahulpathakgit fine, but have problem with different one. Maybe this will help:
|
|
OK.. then can't help more... seems to apply to random video for different people as I still can't download it |
I got the same issue and I solved it. The cause of the issue was UA because when I set some UA like mobile device (Android, iPhone etc) by --user-agent option, the request was redirected to m.youtube.com once and then went back to www.youtube.com again. So, maybe the behavior gave bad effect to parse its response. |
Hi,
Facing this error on Ubuntu 18.04
youtube-dl https://youtu.be/LbDOCJcDRoo --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'https://youtu.be/LbDOCJcDRoo', u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.07.16
[debug] Python version 2.7.15+ (CPython) - Linux-4.18.0-25-generic-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: none
[debug] Proxy map: {'http': , 'https': ''}
[youtube] LbDOCJcDRoo: Downloading webpage
[youtube] LbDOCJcDRoo: Downloading video info webpage
WARNING: Unable to extract video title
ERROR: no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 2109, in _real_extract
raise ExtractorError('no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info')
ExtractorError: no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
The text was updated successfully, but these errors were encountered: