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.
[Question] How to get all the videos link in a playlist #6945
Comments
|
|
Hi Sergey _type What do you mean the "_type"? How I could find this entry, in what Best Regards, 2015-09-24 23:15 GMT+09:00 Sergey M. notifications@github.com:
|
|
For example:
It returns a single json object with the playlist info. The You may want to have a look at how mpv calls youtube-dl. |
If it is a duplication, please let me know.
I am now trying to integrate this great SW into my multimedia player.
I could now successfully get the URL and title of the video, by using -g and -e.
Now I am trying to add the playlist support into the player.
And I want to confirm how to achieve following
Currently, just using -g could list all the decoded URLs, but it takes a long time to finish, looks like youtube-dl is extracting each video's link one by one.
I wonder if there is any quick way to get all the links, even not to extract the real URL but the encoded ones.
Thank you.
BRs,
Zongyao Qu