new ytdlp

This commit is contained in:
unknown 2023-03-05 15:38:34 +01:00
parent 283fa7c892
commit 2d8d420795
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ WORKDIR /usr/src/preservetube/backend
COPY . /usr/src/preservetube/backend COPY . /usr/src/preservetube/backend
RUN yarn RUN yarn
RUN wget https://github.com/ytdl-patched/yt-dlp/releases/download/2023.02.28.43044/yt-dlp -q RUN wget https://github.com/yt-dlp/yt-dlp/releases/download/2023.03.04/yt-dlp -q
RUN chmod +x yt-dlp RUN chmod +x yt-dlp
CMD ["node", "index.js"] CMD ["node", "index.js"]