youtube - channels

notes

requirements

method

  1. copy the channel url and use it in the following command to begin downloading
  2. 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>