- copy the channel url and use it in the following command to begin downloading
yt-dlp -P . \
-o "%(uploader)s/[%(upload_date)s] %(title).200B [%(id)s].%(ext)s" \
--download-archive archive.txt \
--ignore-errors \
--no-playlist \
--embed-metadata \
--embed-subs \
--sub-langs all,-live_chat"
--embed-thumbnail \
--convert-thumbnails "jpg" \
--sponsorblock-mark "all,-poi_highlight" \
--merge-output-format "mkv" \
--limit-rate 4M \
--sleep-requests 5 \
--sleep-subtitles 5 \
--sleep-interval 60 \
--max-sleep-interval 90 \
<url>