YOUTUBE ARCHIVE =============== These are music videos that have been taken off YouTube for one reason or another. Enjoy! All files are downloaded with --embed-info-json, which means the full metadata is available as a MKV attachments. You can read it with `mkvextract file.mka attachments 1`. Debian packages mkvextract in the mkvtoolnix package. The video stream is not included in any of the files. COMMAND ------- yt-dlp "$1" \ --no-playlist \ --embed-thumbnail \ --embed-metadata \ --embed-subs \ --embed-info-json \ --remux-video mka \ -f'bestaudio' \ -o "youtube-%(id)s.%(ext)s" (video files have been renamed to include the title in the filename)