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.
Standardize output for available formats #1738
Comments
|
The Youtube extractor is using a custom process for handling the formats, instead of the new system. I have started working on this (https://github.com/jaimeMF/youtube-dl/tree/youtube-formats), but I have to fix some problems with the |
|
Another useful thing would be the ability to output only the formats list and not the other information (e.g. |
|
I think that request is too specific, I would personally write the info.json and the look into the |
|
Oh, I totally forgot about this option. |
|
@Rudloff now you can use the |
|
This is very useful, thanks ! |
|
Nice job! |
|
In the latest version youtube uses the new format system, so I will close the issue. |
I am planning to add the ability to select the format to AllTube, but currently the list outputed by the
-Fis not formated the same way for every website.For Vimeo:
For Youtube:
I am using regular expressions to hack around this but it would be cleaner to have the format everywhere.