Releases: sooros5132/yt-dlp-web
Releases · sooros5132/yt-dlp-web
v0.3.2
Change Log
- Added the ability to play videos in playlists
- Update yt-dlp v2024.11.18
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Change Log
- Check required folders are mounted when download
- Check folders has read and write permissions when download
- Improved logging to be more detailed when downloading
- Update yt-dlp v2024.10.07
What's Changed
- Allow UID and GID to be passed to the container through env vars by @jonatino in #9
- Improved folder validation and console logging by @sooros5132 in #13
New Contributors
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Change Log
- Add login system for site protection
- Update yt-dlp v2024.08.06
If you want to be able to login, you need to set AUTH_SECRET
, CREDENTIAL_USERNAME
, and CREDENTIAL_PASSWORD
in the docker-compose.yml
file environment variables. AUTH_SECRET
is recommended to be a random string of at 40+ characters.
Random strings can be generated from the CLI.
openssl rand -base64 32