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.
Failed youtube download - format not available #1371
Comments
|
There is no itag 35 for this content. You can try -f 22 for 720p, or get -f 135 and -f 141 then combine them by ffmpeg.
|
|
Ah yes, that makes sense. Thanks for the insight. |
I've looked on youtube, and this video does come in 480p. Yet it obstinately refuses to download. The commands and log output...
youtube_dl.py -U
youtube_dl.py --version
youtube_dl.py --rate-limit="1500k" --continue --console-title --retries=10 --title "http://www.youtube.com/watch?v=ojPci3fxkuI" --format=35
youtube-dl is up-to-date (2013.09.04)
2013.09.04
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '--rate-limit=1500k', '--continue', '--console-title', '--retries=10', '--title', 'http://www.youtube.com/watch?v=ojPci3fxkuI', '--format=35']
[debug] youtube-dl version 2013.09.04
[debug] Python version 2.7.5+ - Linux-3.10-2-686-pae-i686-with-debian-jessie-sid
[debug] Proxy map: {}
[youtube] Setting language
[youtube] ojPci3fxkuI: Downloading video webpage
[youtube] ojPci3fxkuI: Downloading video info webpage
[youtube] ojPci3fxkuI: 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 "/home/nostromo/bin/youtube_dl.py/youtube_dl/YoutubeDL.py", line 324, in extract_info
ie_result = ie.extract(url)
File "/home/nostromo/bin/youtube_dl.py/youtube_dl/extractor/common.py", line 103, in extract
return self._real_extract(url)
File "/home/nostromo/bin/youtube_dl.py/youtube_dl/extractor/youtube.py", line 850, in _real_extract
video_url_list = self._get_video_url_list(url_map)
File "/home/nostromo/bin/youtube_dl.py/youtube_dl/extractor/youtube.py", line 631, 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.