Skip to content

Commit

Permalink
use yt-dlp nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Apr 8, 2024
1 parent a89d635 commit 9a37a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN pnpm install --frozen-lockfile
COPY src ./src

RUN apk add python3
ADD https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp /bin/yt-dlp
ADD https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/latest/download/yt-dlp_linux /bin/yt-dlp
RUN chmod +x /bin/yt-dlp

EXPOSE ${TELEGRAM_WEBHOOK_PORT}
Expand Down

0 comments on commit 9a37a69

Please sign in to comment.