YoutubeDL-Material v3.2
We got another minor feature update! This was mostly focused on bug fixes and getting docker support up and running, and a couple quality-of-life features.
New features
- You can now download multiple files at the same time! Make sure the allow_multi_download_mode setting is enabled and you should be good to go
- Canceling downloads is now possible. Caveat: the video itself will still download in the background, but it will not redirect you once it completes. In the future the server will automatically delete a file if it's considered "canceled"
- Docker support added. Refer to README for setup instructions, it's quite simple!
Minor updates
- Adjusted tab button behavior in the file manager
Bug fixes
- Downloading files should not fail when the file needed to be encoded. Creds to @DorianVasco for helping me track it down!
I also laid the groundwork for an upcoming "Advanced mode," which will let you use things like custom youtube-dl arguments (or custom path!) when downloading a video.