Skip to content

Commit

Permalink
Merge pull request #207 from V01D-PH03N1X/fix/youtube-dl
Browse files Browse the repository at this point in the history
TeaSpeak replaced youtube-dl with ytdlp
  • Loading branch information
QuintenQVD0 authored Dec 10, 2023
2 parents b3f1e19 + a3926fb commit 3cebe03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voice/teaspeak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cebe03

Please sign in to comment.