Chi Rho Biju Ale’s Web And you shall know the truth, &
the truth shall make you free.
—John 8:32

Download YT Playlist

yt-dlp \
  --yes-playlist \
  --concurrent-fragments 10 \
  --download-archive archive.txt \
  --embed-metadata \
  --embed-chapters \
  --embed-thumbnail \
  --embed-subs\
  —embed-description\
  --parse-metadata "%(title)s:%(meta_title)s" \
  --output "%(title)s.%(ext)s" \
  --format "bestvideo+bestaudio/best" \
  --merge-output-format mkv \
  --no-mtime \
  --xattrs \
  --limit-rate 50M \
  --no-overwrites \
  --continue \
  "https://www.youtube.com/playlist?list=PL9GwT4_YRZdBf9nIUHs0zjrnUVl-KBNSM"