youtube - vods

notes

requirements

method

  1. install yt-dlp and add it to your PATH
  2. create a yt-dlp config file in the appropriate location and add the following options to it
  3. --output "[%(upload_date)s] %(title).200B [%(id)s].%(ext)s"
    --ignore-errors
    --no-playlist
    --embed-metadata
    --embed-subs
    --sub-langs "en.*"
    

    note: while these are some sensible defaults that I highly recommend, using a config file is entirely optional

  4. copy the page url and use it in the following command to begin downloading
  5. yt-dlp <url>