mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2026-02-04 06:42:09 +00:00
feat(instagram): use yt-dlp as a downloader
This commit is contained in:
@@ -36,9 +36,7 @@ RUN apt-get update -y \
|
||||
RUN --mount=type=cache,target=/root/.cache/uv
|
||||
|
||||
# Intstall deps
|
||||
RUN uv tool install instaloader \
|
||||
&& instaloader --version \
|
||||
&& uv tool install yt-dlp[default] \
|
||||
RUN uv tool install yt-dlp[default] \
|
||||
&& yt-dlp --version
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user