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.
Extract video stream url only? #2592
Comments
|
Have you tried using the -j and -g options? |
|
awesome! I have just tried this and it worked: @AGSPhoenix do you know if I can provide an additional option to request video url of specific quality? or by itag parameter in url_encoded_fmt_stream_map? |
|
--all-formats |
|
Yeah, seems to work with -f in conjunction with -g. --all-formats also works as you'd expect. |
|
@AGSPhoenix @xanadu guys thank you! you saved my day. It works!. |
Hello!
I have downloaded youtube-dl and run it in command line. It worked great! However I do not need entire video file to be downloaded on my computer. I need youtube-dl to return me the list of video urls from url_encoded_fmt_stream_map with a correct deciphered signature that I can use to download video from browser.
Is there a way to use youtube-dl to extract list of video urls? or may be you can share a piece of code I can use to decipher the signature? Currently I am using the two js functions from html5player and it works for many videos but not for velvo content. Can you advise me how to get through with it? I am using php though. Thank you!