This page will help you build a yt-dlp command.
It will not run it—you'll have to run it yourself.
It is assumed that:
yt-dlp is and does.yt-dlp is installed on your computer as a PATH variable.ffmpeg is installed on your computer as a PATH variable.If you have more questions about usage, go see the official documentation. If you want to contribute on this project, you can!
Paste the above in the terminal, hit enter, and you should be good to go!
Some comments about the generated command:
--no-mtime means that the "modified date" of the file on Windows will
be the date when you downloaded the file, as opposed to the default behavior, which would be to keep the upload date.
-o "~/Downloads/%(title)s.%(ext)s" means that the output file will be name like Never Gonna Give You Up.mp4 and will be placed in your default Downloads folder.