Archiviare Canali Youtube

Requisiti

  • YT-DLP

Procedimento

We are interested in preserving:

  • the video at the best quality possible (--format "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best") and:
  • description (--write-description)
  • comments (--write-comments)
  • metadata (--write-info-json)

We are interested in normalizing the characters in the name too (--restrict-filenames),

We can run this:

yt-dlp "https://www.youtube.com/<handler-or-video-id>" --restrict-filenames --format "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best" -o "<video-path>/<name-of-channel>/%(title)s/%(title)s.%(ext)s" --write-description --write-comments --write-info-json