I’m looking to download a number of educational youtube videos for future reference. Looking for a reliable way to download videos. OS is Ubuntu. FF extensions and docker containers all good. I don’t really want to install an executable on bare metal unless it is a flatpak.

My goal is for the downloaded videos to be accessed locally via jellyfin. Jellyfin is already sorted.

Thanks in advance for your recommendations!

  • @Supermariofan67
    link
    English
    14 days ago

    yt-dlp is pretty much the standard program for it https://github.com/yt-dlp/yt-dlp

    It is installable as a python module, so it should be easy to sandbox if you need to (though it requires ffmpeg too). Nowadays I almost view it as a standard unix utility though and wouldn’t think twice about installing the native package