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.
How do you get the source url (youtube-dl -g) when the webpage returns a manifest? such as m3u8 (get highest quality video from the m3u8).. thank you. #12710
Comments
|
m3u8 is set of fragments. There is no single video URL. |
|
are you sure its fragments, it has a list of mp4 urls beginging in http |
Im able to use the -g option to get the source video of a url example
youtube-dl -g www.example.com/videopage.htm
would echo a playlist on certain sites but what if the playlist is a m3u8 im able to use the option from help to dump the playlist but not echo a url from it. thank you.
youtube-dl -g --dump-single-json hwww.example.com/videopage.htm