Skip to content

Releases: sooros5132/yt-dlp-web

v0.3.2

20 Nov 15:05
1bb4345
Compare
Choose a tag to compare

Docker Version docker image size
Docker Hub

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

16 Oct 08:21
8e30f8f
Compare
Choose a tag to compare

Docker Version docker image size
Docker Hub

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

24 Sep 12:16
714c4c0
Compare
Choose a tag to compare

Docker Version docker image size
Docker Hub

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

v0.2.25

13 Jul 03:27
ace6a66
Compare
Choose a tag to compare

Docker Version docker image size
Docker Hub

Change Log

  • Update yt-dlp v2024.07.09
  • Try proxy on thumbnail error (ex. instagram thumbnail, ...)

v0.2.24

05 Mar 06:46
de1ebe6
Compare
Choose a tag to compare

Docker Version docker image size
Docker Hub

Change Log

  • Update yt-dlp v2023.12.30
  • Add video duration when searching for videos
  • Show number and filename of selected videos in the video list
  • Fix unplayable message remaining when delete a video
  • Fix for appearing to be unselected

v0.2.23

18 Dec 10:49
2e87a0d
Compare
Choose a tag to compare

Docker Version docker image size
Docker Hub

Change Log

  • Fixed client error when searching

v0.2.22-1

12 Dec 05:46
d26514e
Compare
Choose a tag to compare

Docker Version docker image size
Docker Hub

Change Log

  • Improved video list search performance
  • Change storage information interval cycle from 30000ms to 10000ms

v0.2.22

11 Dec 16:07
f7082ab
Compare
Choose a tag to compare

Docker Version docker image size
Docker Hub

Change Log

  • Added search in the video list
  • Added storage usage
  • Improved Video List rendering performance
  • Improved The Download Form now moves with the screen on taller screens.
  • Change favicon, icon
  • Fixed error caused by already deleted video when delete video

v0.2.21

05 Dec 13:37
1f0f326
Compare
Choose a tag to compare

Docker Version docker image size
Docker Hub

Change Log

  • Specify subtitles and embed them in your video.
  • Add loop button and remember volume to video player

v0.2.20

01 Dec 08:54
fd04a2f
Compare
Choose a tag to compare

Docker Version docker image size
Docker Hub

Change Log

  • Fixed progress not updating when downloading