mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Update to latest Youtube Downloader version (#76)
This fixes "ERROR: Signature extraction failed" issue
This commit is contained in:
committed by
Maksym Pavlenko
parent
ee7385aa59
commit
4d200da7b3
@@ -1,7 +1,7 @@
|
|||||||
FROM alpine:3.10
|
FROM alpine:3.10
|
||||||
|
|
||||||
WORKDIR /app/
|
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 && \
|
chmod +x /usr/bin/youtube-dl && \
|
||||||
apk --no-cache add ca-certificates python ffmpeg
|
apk --no-cache add ca-certificates python ffmpeg
|
||||||
COPY podsync /app/podsync
|
COPY podsync /app/podsync
|
||||||
|
Reference in New Issue
Block a user