Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
putout opened this issue Apr 11, 2017 · 2 comments

Comments

@putout
Copy link

@putout putout commented Apr 11, 2017

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

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 11, 2017

m3u8 is set of fragments. There is no single video URL.

@dstftw dstftw closed this Apr 11, 2017
@putout
Copy link
Author

@putout putout commented Apr 11, 2017

are you sure its fragments, it has a list of mp4 urls beginging in http

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.