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

1080p option doesn't work with specified video #2086

Closed
loselvisos opened this issue Jan 4, 2014 · 2 comments
Closed

1080p option doesn't work with specified video #2086

loselvisos opened this issue Jan 4, 2014 · 2 comments

Comments

@loselvisos
Copy link

@loselvisos loselvisos commented Jan 4, 2014

Computer:
Darwin MacBook-Air.local 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64
As you can see below first tried to download, than made update as requested in error, but error is there still. -f 22 option works ok but video has 1080p option for watching.

$ youtube-dl -f 37 --verbose http://www.youtube.com/watch?v=b6OfB6UDNdQ
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-f', '37', '--verbose', 'http://www.youtube.com/watch?v=b6OfB6UDNdQ']
[debug] youtube-dl version 2013.10.09
[debug] Python version 2.7.5 - Darwin-13.0.0-x86_64-i386-64bit
[debug] Proxy map: {}
[youtube] Setting language
[youtube] b6OfB6UDNdQ: Downloading video webpage
[youtube] b6OfB6UDNdQ: Downloading video info webpage
[youtube] b6OfB6UDNdQ: Extracting video information
ERROR: requested format not available; 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/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 348, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 117, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1461, in _real_extract
video_url_list = self._get_video_url_list(url_map)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1236, in _get_video_url_list
raise ExtractorError(u'requested format not available')
ExtractorError: requested format not available; 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.

$ youtube-dl -U
Updating to version 2014.01.03...
ERROR: no write permissions on /usr/local/bin/youtube-dl
$ youtube-dl -f 37 --verbose http://www.youtube.com/watch?v=b6OfB6UDNdQ
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-f', '37', '--verbose', 'http://www.youtube.com/watch?v=b6OfB6UDNdQ']
[debug] youtube-dl version 2013.10.09
[debug] Python version 2.7.5 - Darwin-13.0.0-x86_64-i386-64bit
[debug] Proxy map: {}
[youtube] Setting language
[youtube] b6OfB6UDNdQ: Downloading video webpage
[youtube] b6OfB6UDNdQ: Downloading video info webpage
[youtube] b6OfB6UDNdQ: Extracting video information
ERROR: requested format not available; 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/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 348, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 117, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1461, in _real_extract
video_url_list = self._get_video_url_list(url_map)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1236, in _get_video_url_list
raise ExtractorError(u'requested format not available')
ExtractorError: requested format not available; 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.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jan 4, 2014

The 1080p version is not available for that video (run youtube-dl 'http://www.youtube.com/watch?v=b6OfB6UDNdQ' -F to see the available formats). It's available as DASH video (which doesn't contain the audio), we're planning to add support for downloading this formats (see #2086)

By the way, your version is a bit outdated, if you are using a package manager (like Homebrew or Macports) use it to upgrade, otherwise you may need to run sudo youtube-dl -U.

Anyway, thanks for the detailed report and for following the instructions, on the issue I linked to there's a button to subscribe to it, you'll get notified of the progress as we work on it.

@jaimeMF jaimeMF closed this Jan 4, 2014
@loselvisos
Copy link
Author

@loselvisos loselvisos commented Jan 4, 2014

Thanks for the info
On Jan 4, 2014 11:19 AM, "Jaime Marquínez Ferrándiz" <
notifications@github.com> wrote:

The 1080p version is not available for that video (run youtube-dl '
http://www.youtube.com/watch?v=b6OfB6UDNdQ' -F to see the available
formats). It's available as DASH video (which doesn't contain the audio),
we're planning to add support for downloading this formats (see #2086#2086
)

By the way, your version is a bit outdated, if you are using a package
manager (like Homebrew or Macports) use it to upgrade, otherwise you may
need to run sudo youtube-dl -U.

Anyway, thanks for the detailed report and for following the instructions,
on the issue I linked to there's a button to subscribe to it, you'll get
notified of the progress as we work on it.


Reply to this email directly or view it on GitHubhttps://github.com//issues/2086#issuecomment-31575463
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.