From 05bfa58df8567f84b91c849df7a9ebb46071efdc Mon Sep 17 00:00:00 2001 From: rroller Date: Sun, 5 Oct 2025 10:59:50 -0700 Subject: [PATCH] Upgrade yt-dlp base from 2025.01.26 to 2025.09.26 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 691e2ea..e1d5255 100755 --- a/Dockerfile +++ b/Dockerfile @@ -32,8 +32,8 @@ COPY static /app/static WORKDIR /app # Get new releases here https://github.com/yt-dlp/yt-dlp/releases -RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2025.01.26/yt-dlp -o /usr/local/bin/yt-dlp && \ - echo "227631e434d6f8418c4b821aeefc6302d3d1db1e7d805da2ad5b301c8d910107 /usr/local/bin/yt-dlp" | sha256sum -c - && \ +RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2025.09.26/yt-dlp -o /usr/local/bin/yt-dlp && \ + echo "9215a371883aea75f0f2102c679333d813d9a5c3bceca212879a4a741a5b4657 /usr/local/bin/yt-dlp" | sha256sum -c - && \ chmod a+rx /usr/local/bin/yt-dlp RUN yt-dlp --update --update-to nightly