stefnotch / downline

Free cross-platform desktop application for downloading video and audio from YouTube and many other sites
https://stefnotch.github.io/downline/
MIT License
103 stars 8 forks source link

Use yt-dlp templates #28

Open stefnotch opened 1 year ago

stefnotch commented 1 year ago

https://github.com/yt-dlp/yt-dlp#output-template seem to be documented and have a sensible format and can be printed with the --print flag https://github.com/yt-dlp/yt-dlp#verbosity-and-simulation-options

stefnotch commented 1 year ago

(And if anyone wants a sensible input format, here is where yt-dlp sets up its options code https://github.com/yt-dlp/yt-dlp/blob/master/yt_dlp/options.py )

stefnotch commented 1 year ago

https://github.com/colinhacks/zod