From 4d200da7b3e3a6deea6495f7ec39f4686fb9fd7c Mon Sep 17 00:00:00 2001 From: DeXteRrBDN Date: Sat, 25 Jan 2020 23:32:28 +0100 Subject: [PATCH] Update to latest Youtube Downloader version (#76) This fixes "ERROR: Signature extraction failed" issue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c30aeb..3baf045 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.10 WORKDIR /app/ -RUN wget -O /usr/bin/youtube-dl https://github.com/ytdl-org/youtube-dl/releases/download/2019.11.05/youtube-dl && \ +RUN wget -O /usr/bin/youtube-dl https://github.com/ytdl-org/youtube-dl/releases/download/2020.01.24/youtube-dl && \ chmod +x /usr/bin/youtube-dl && \ apk --no-cache add ca-certificates python ffmpeg COPY podsync /app/podsync