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.
Remove output metadata options that do not apply #24144
Comments
|
That's technically impossible to implement what you request in your example. The max that can be is inserting empty strings instead of |
Are you saying that it's now possible to change to an empty string? |
Checklist
Description
This is the output argument I am using:
-o "Downloads\Videos\%(extractor)s - %(uploader)s-%(upload_date)s-%(playlist)s #%(playlist_index)s - %(title)s [%(id)s].%(ext)s"I would like for youtube-dl to, instead of always using this and then later requiring me to remove all the NA-NA-NA from files without the tags, know if the downloaded video actually has the tags and do a
ifcheck.For example: https://v.redd.it/ps7wzmoq02j41 outputs
Reddit - Artem10397-20200225-NA #NA - Russian cyberpunk. [ps7wzmoq02j41].mp4.My feature proposal would make youtube-dl automatically rename it to
Reddit - Artem10397-20200225- Russian cyberpunk. [ps7wzmoq02j41].mp4