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 not available when try to download with new youtube itag #1019
Comments
|
Currently itags higher than 46 haven't been added to the format list, it should be easy though. |
|
There are some problems, for example when playing in 1080p the video and the audio are separated in two files, the audio has itag 141 and the video, 137. For getting a file that can be played with VLC you have to join the two files with ffmpeg. Is there any advantage of using those new itags? |
|
yes the request for itag higher than 100 is since youtube switch to ABR (same as Netflix).therefore the video and audio in different itag. could you advice how to add new itags to the format list? Thanks |
|
any idea how to add new itags to format list? thanks |
|
It's quite easy to add them, see this diff: https://gist.github.com/jaimeMF/3f10a0e1af733155992e Could you explain what is ABR? |
|
@jaimeMF so,if your bandwidth allows higher resolution,youtube will recognize it during the video and will change it. hope it was helpful Shay |
|
Hi were can i find the youtube.py i want to change the _video_extensions like you did Thanks |
|
@jaimeMF https://github.com/jaimeMF so,if your bandwidth allows higher resolution,youtube will recognize it where i can find this youtube.py Actually i'm not familiar with Java/phyton this tools run on windows. so mybe there is a build (youtube-dl.exe) which including the new itags? resolution *video itag * *audio itag * 144p 160 140 240p 133 140 360p 134 140 480p 135 141 720p 136 141 1080p 137 141 4096p 138 141 Thanks On Wed, Jul 10, 2013 at 3:20 PM, Jaime Marquínez Ferrándiz <
|
|
You have to download the source code ( |
|
sorry for the miss knownledge if edit youtube.py with the new itags.where should i locate this .py file in order to run youtube-dl? |
|
Just follow these steps:
We may add it, but it will require some work. |
|
Hello again i have copy youtube.py to python path. i have got some error: C:\Python33>python.exe -m youtube.py http://www.youtube.com/watch?v=nC038BmKCf0 do i miss something?? thanks a lot!!! |
|
Hi the source i have download named "youtube-dl-master" has no /extractor/youtube.py under folder youtube-dl Thanks and sorry |
|
It's in |
|
i have managed to download! thanks a lot wrong source! |
|
i'm sure you can help this this issue as well download directly with : youtube-dl.exe "http://www.youtube.com/watch?v=53J4KQ0tJqc" however.when download as you said :python.exe -m youtube_dl "http://www.youtube.com/watch?v=53J4KQ0tJqc" failed with the following error:
thanks (BTW:no changes in youtube.py file yet) |
|
@shaybracha Can you open new issues for unrelated questions? Otherwise, it becomes incredibly hard to track the various discussions, and our bug tracker becomes useless. It looks like someone is giving you an incorrect SSL certificate. I'd first investigate it unless you are aware of it (i.e. you're using a company proxy, your ISP is censoring youtube, or you've set up a debugging proxy). You can disable certificate validation with |
|
works fine thanks and sorry |
|
fixed with #1279 |
fail to download youtube video with itag higher than 100 (support ABR)
any idea?
thanks