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.
Requested format not available #3991
Comments
|
You are running a really outdated version (more than one year old!), it works fine in |
|
Now I have updates, it downloads the 350mb 1080P video & audio stream, but after it is done the file turns out to be around 200 bytes. Why could this be? |
|
It works fine for me with version 2014.10.15. Please provide the full output using --verbose. |
|
Here's my output:
|
|
It could be that your version of libav is outdated, could you post the output of |
|
After I downloaded it and used the command, this is the output: avconv -y -i '► Planet Earth - Amazing nature scenery (1080p HD)-6v2L2UGZJAM.f137.mp4' -i '► Planet Earth - Amazing nature scenery (1080p HD)-6v2L2UGZJAM.f141.m4a' -c copy -map 0 |
|
Add |
|
Thanks, but now avconv has ran into another problem with the output file. avconv -y -i '► Planet Earth - Amazing nature scenery (1080p HD)-6v2L2UGZJAM.f137.mp4' -i '► Planet Earth - Amazing nature scenery (1080p HD)-6v2L2UGZJAM.f141.m4a' -c copy -map 0 |
So I have a problem, whenever I try to use the DASH video & audio it comes back as "Requested format not available"
From terminal:
youtube-dl -f 137+140 https://www.youtube.com/watch?v=p56_y43UuEk --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-f', '137+140', 'https://www.youtube.com/watch?v=p56_y43UuEk', '--verbose']
[debug] youtube-dl version 2013.08.29
[debug] Python version 2.7.5+ - Linux-3.11.0-12-generic-i686-with-LinuxMint-16-petra
[debug] Proxy map: {}
[youtube] Setting language
[youtube] p56_y43UuEk: Downloading video webpage
[youtube] p56_y43UuEk: Downloading video info webpage
[youtube] p56_y43UuEk: 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/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 324, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 103, in extract
return self._real_extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 827, in _real_extract
video_url_list = self._get_video_url_list(url_map)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 608, 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.