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

One Youtube video fails to download #5084

Closed
fvdm opened this issue Feb 28, 2015 · 3 comments
Closed

One Youtube video fails to download #5084

fvdm opened this issue Feb 28, 2015 · 3 comments

Comments

@fvdm
Copy link

fvdm commented Feb 28, 2015

https://www.youtube.com/watch?v=9p9FON_ztrU

I installed youtube-dl with Homebrew (OSX 10.10)

Verbose log:

$ youtube-dl --verbose https://www.youtube.com/watch?v=9p9FON_ztrU
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://www.youtube.com/watch?v=9p9FON_ztrU']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.02.26.2
[debug] Python version 2.7.9 - Darwin-14.1.0-x86_64-i386-64bit
[debug] exe versions: avconv 11.2, avprobe 11.2, ffmpeg 2.5.4, ffprobe 2.5.4
[debug] Proxy map: {}
[youtube] 9p9FON_ztrU: Downloading webpage
[youtube] 9p9FON_ztrU: 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 . 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 643, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 275, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1087, in _real_extract
    raise ExtractorError('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 . 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.
@dstftw
Copy link
Collaborator

dstftw commented Feb 28, 2015

Can you watch it in browser? Youtube tells me it's starting soon, so there is no video.

@fvdm
Copy link
Author

fvdm commented Mar 5, 2015

@dstftw Indeed, for me too when I test on a computer with Flash.

@gouthamve
Copy link

Indeed its not a video that is to be downloaded. But better error reporting would be helpful.

@fvdm fvdm closed this as completed Sep 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants