Kirk Trombley 2 年 前
コミット
84662b4ea8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -10,7 +10,7 @@ RUN curl https://splamy.de/api/nightly/ts3ab/master/download -o ./audiobot.zip \
   && unzip audiobot.zip \
   && rm audiobot.zip
   
-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_linux -o /usr/local/bin/youtube-dl \
   && chmod a+rx /usr/local/bin/youtube-dl
 
 WORKDIR /data