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, requested format #1548
Error, requested format #1548
Comments
|
This invocation works fine for me. Most likely, YouTube doesn't have format 35 on your location. What is the output of
for you? Remove |
|
Noo.. this format for concrete example is once again not ./youtube-dl --list-formats D38EUIll1pM |
|
look at this, youtube "lost" sometimes itag 35 (for example last request)... |
|
Sorry, I don't understand your first sentence: Once again not what? |
|
Some queries work but sometimes is problem, look my last comment and pastebin example. |
|
What do you suggest should youtube-dl do when it encounters a video whose metadata is in place, but that's actually not downloadable? |
|
Maybe automatic download of a similar format available? |
|
@amkrankruleuen Well, you specifically asked for format 35 in your command line, so youtube-dl is trying to download that. Note that I was wrong in my prior assessment, the problem starts before the downloading in that YouTube doesn't include the URL for version 35 in its answer. Simply use multiple formats (or no |
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', '-f', '35', '-o', '4189410114_%(title)s.%(ext)s', 'http://www.youtube.com/watch?v=D38EUIll1pM']
[debug] youtube-dl version 2013.10.01.1
[debug] Python version 2.7.3 - Linux-2.6.32-308.8.2.el5.028stab101.1-x86_64-with-debian-7.1
[debug] Proxy map: {}
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 "./youtube-dl/youtube_dl/YoutubeDL.py", line 334, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 103, in extract
return self._real_extract(url)
File "./youtube-dl/youtube_dl/extractor/youtube.py", line 1459, in _real_extract
video_url_list = self._get_video_url_list(url_map)
File "./youtube-dl/youtube_dl/extractor/youtube.py", line 1233, 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.
My version is up-to-date. Error is once again not...