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.
could not get single streaming url containing audio + video of youtube videos #12061
Comments
|
|
|
wow... thanku so much sir... can you please provide me the link of documentation because I could not find it in readme.md |
|
https://github.com/rg3/youtube-dl#format-selection should be useful |
|
okay thanku... |
I am trying to get streaming url of youtube video using following command
youtube-dl -g
but it is giving me two different streaming urls one for audio-only and other for video-only. However I have seen in other applications like (NewPipe) which is getting single streaming url containing both audio and video. So how I can achieve this?