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.
ExtractorError up-to-date #2017
Comments
|
Version with full url and no max-quality below: user@machine:~$ youtube-dl --verbose https://www.youtube.com/watch?v=M6tp1UqcKfc user@machine:~$ Regards & respect |
|
The videos seems not be a live stream which can't be played now, we would need to be able to watch it for adding support. |
|
This is one video. Looks and works exactly like the others, which youtube-dl succeeded to download, yet has having problem with that one. Regards & respect. |
|
It works now (I can also watch it on the browser):
If you still have the problem, please comment and we will reopen the issue. |
user@machine:~$ youtube-dl --verbose --max-quality=720p M6tp1UqcKfc
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '--max-quality=720p', 'M6tp1UqcKfc']
[debug] youtube-dl version 2013.12.17.2
[debug] Python version 2.7.3 - Linux-3.2.0-57-generic-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[youtube] Setting language
[youtube] M6tp1UqcKfc: Downloading webpage
[youtube] M6tp1UqcKfc: Downloading video info webpage
[youtube] M6tp1UqcKfc: Extracting video information
ERROR: no conn, hlsvp or url_encoded_fmt_stream_map information found in video info; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 475, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 138, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1475, in _real_extract
raise ExtractorError(u'no conn, hlsvp or url_encoded_fmt_stream_map information found in video info')
ExtractorError: no conn, hlsvp or url_encoded_fmt_stream_map information found in video info; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
user@machine:~$ youtube-dl -U
youtube-dl is up-to-date (2013.12.17.2)
Regards & respect