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.
1080p option doesn't work with specified video #2086
Comments
|
The 1080p version is not available for that video (run 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 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. |
|
Thanks for the info
|
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.