Merge pull request #207 from V01D-PH03N1X/fix/youtube-dl
TeaSpeak replaced youtube-dl with ytdlp
This commit is contained in:
@@ -37,7 +37,7 @@ RUN apt update \
|
||||
RUN apt install -y ffmpeg curl python3 iproute2 libjemalloc2 tini
|
||||
|
||||
# Install latest youtube-dl
|
||||
RUN curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
|
||||
RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/youtube-dl
|
||||
RUN chmod a+rx /usr/local/bin/youtube-dl
|
||||
|
||||
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1000
|
||||
|
Reference in New Issue
Block a user