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.
Ability to set a different output format for playlists #2378
Comments
|
I would also like to see this future if it isn't already present. It would be nice to keep a single -o TEMPLATE in the configuration file that adds a playlist_name if you are downloading a playlist or skip it altogether if it is an individual video(currently it adds NA to the playlist placeholder if not a playlist, which is slightly annoying). |
Using "-o, --output TEMPLATE" it's possible to set a default output template in the youtube-dl.conf file but this is applied to all downloaded files including videos form playlists.
Is it possible to add an option "--playlist-output TEMPLATE" to set a output template for playlists only.