YouTube Download C.L.I
It's a simple YouTube downloader client not made for speed, but for ease-of-console-use.
ytdlc [--verbose] download <link> <audio|video>
<link> = The link you want to download from.
When this command is run, it prompts you to download one of a few download streams, which give you higher/lower quality (and sometimes different containers/codecs).
or,
ytdlc [--verbose] mux <file1> <file2>
When this command is run, it uses FFMPEG (usually bundled in the release) to mux (or basically combine) the audio and video files specified. They can be interchanged between the file1 and file2 slots.
First, download the zip file (windows only) from the GitHub repository (sorry for those of you on CodeBerg), extract it, and put the folder somewhere on your computer.
Secondly, add the folder you extracted's full path to your PATH variable.
Finally, refresh the local PATH variables. This can be done either with Chocolatey's RefreshEnv script, by restarting local terminal processes, or by restarting your computer.
crickets