yt-dlp -o '%(uploader)s/%(upload_date)s - %(title)s [%(id)s].%(ext)s' --cookies-from-browser chrome https://www.youtube.com/playlist?list=LL- Subscribe to your favorite YouTube channels - Index and make videos searchable - Play videos - Keep track of viewed and unviewed videos
Not to mention having to ssh and copy paste URLs around, instead of visiting a page in my browser.
If you don't want the indexing and the pretty frontend that's fine, but there's a reason software like Plex is popular.
Your command is nice for downloading a single video (I also provide a url from clipboard via xclip), but archiving videos daily from a list of favorite channels would require a bit more scripting. Didn't manage to find anything both minimal and popular to link instead.
Put your favorite channels' and playlists' URLs into a text file and use the "-a file.txt" flag to batch download. Use "--dateafter {date of 3 days ago}" to download only the latest videos. Adapt as needed.