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 all files COMMAND ------- # audio and video yt-dlp "$1" \ --no-playlist \ --embed-thumbnail \ --embed-metadata \ --embed-subs \ --embed-info-json \ --merge-output-format mkv \ -f'bestvideo+bestaudio' \ -o "youtube-%(id)s.%(ext)s" # audio only 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. If the video was a premiere or a livestream, the live_chat.json was mkvmerge-d into the file.