>>80019265The exact command I'm running is:
>yt-dlp --wait-for-video 60 [url_here]This will automatically download the stream at the highest video resolution and audio quality that it can. If you want to be sure that you catch even the first minute, you can instead use:
>yt-dlp --live-from-start --wait-for-video 60 [url_here]Which will back-download from the beginning regardless of when in the stream you start downloading. Other than those, if you want a maximum quality archive, that will work perfectly.
>>80019004The man pages for yt-dlp are exceptional, even by man page standards. They include information on all environment variable usage, output filename formatting, every option, and various examples of common and uncommon uses of the program. If you can't find how to do something from it alone, you probably need to fall back to a bash script for more advanced functionality.