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.
Error with youtube-dl with video http://www.youtube.com/watch?v=6hzrDeceEKc #1655
Comments
|
The video in question is not available in format 34:
Therefore, everything is working just fine - you explicitly requested format 34 and no other. To request the first of multiple formats, pass in something like |
|
Great, thanks for the reply. On 28 October 2013 10:44, Philipp Hagemeister notifications@github.comwrote:
John McAuley |
Hey guys,
I am using the latest version: youtube-dl is up-to-date (2013.10.23.2).
The server is in the states.
But youtube-dl is throwing the following error with http://www.youtube.com/watch?v=6hzrDeceEKc (using verbose):
Removing the -f 34 flag works though.
youtube-dl -o ./test."%(ext)s" -f 34 -x --audio-format 'wav' -v http://www.youtube.com/watch?v=6hzrDeceEKc
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-o', './test.%(ext)s', '-f', '34', '-x', '--audio-format', 'wav', '-v', 'http://www.youtube.com/watch?v=6hzrDeceEKc']
[debug] youtube-dl version 2013.10.23.2
[debug] Python version 2.7.3 - Linux-3.8.13-xxxx-grs-ipv6-64-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[youtube] Setting language
[youtube] 6hzrDeceEKc: Downloading video webpage
[youtube] 6hzrDeceEKc: Downloading video info webpage
[youtube] 6hzrDeceEKc: 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/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 342, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 121, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1472, in _real_extract
video_url_list = self._get_video_url_list(url_map)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1238, 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.
Any ideas?
Thanks,
j