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.
Can I get file extension of the specific format code? #17348
Comments
|
|
|
Thank you |
I have code like below:
youtube-dl.exe "https://xxxxxxx.xxxxx/xxxxx" -f 140 -g --get-title
With this code I can get the title along with the download address. But I need to know the video file extension of the format code (i.e. 140) like mp4 or 3gp or mkv.
How can I achieve this?