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.
Option to print out webpage_url from playlist #17626
Comments
|
Not sure if youtube-dl supports this directly but one way to get the webpage_url from all the playlist entries is to pipe the json output to a tool called Haven't tested it but something like the following should get you what you want: |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.09.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Example playlist : https://www.vlive.tv/video/85595/playlist/82975
Example webpage_url :
1st index http://www.vlive.tv/video/85595
...and so on...
last index (30) http://www.vlive.tv/video/78186
Do i miss something or this option to print out webpage_url info is not exist ?
I know i can see the webpage_url in single json output. But the json content is not easily readable for me, nor i can easily extract the info i need.