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.
ID and Title of videos in a single record. #2007
Comments
|
Like in many command-line prorgams, the order of arguments has no meaning for youtube-dl. If you want both Id and title, you can use
|
Hi,
I would like to get the ID and title in a comma separated format for all the videos in a given play-list. First, I started with this command
The output of this command appears as follows
My intention is to see the result as
Is there a way to do this with youtube-dl ? Or, should I post process the results ? In which case, is it always guaranteed that the Title precedes the Id ? I am asking this because when I rewrite the command as follows, the result (title followed by Id) does not change.