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.
'no conn or url_encoded_fmt_stream_map information found in video info' #4002
Comments
|
Hi, |
python ./youtube_dl --verbose "https://www.youtube.com/watch?v=xVbvJG8954g"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://www.youtube.com/watch?v=xVbvJG8954g']
[debug] youtube-dl version 2013.07.12
[debug] Python version 2.7.3 - Linux-3.2.0-34-generic-pae-i686-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[youtube] Setting language
[youtube] xVbvJG8954g: Downloading video webpage
[youtube] xVbvJG8954g: Downloading video info webpage
[youtube] xVbvJG8954g: Extracting video information
ERROR: no conn 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.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 312, in extract_info
ie_result = ie.extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 95, in extract
return self._real_extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 630, in _real_extract
raise ExtractorError(u'no conn or url_encoded_fmt_stream_map information found in video info')
ExtractorError: no conn 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.