feat(instagram): use yt-dlp as a downloader

This commit is contained in:
2025-10-27 10:02:39 +02:00
parent 47ab326e06
commit a276585b25
3 changed files with 37 additions and 37 deletions

View File

@@ -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