From 22d935609f98897f7c72d32d9ba83a928a129327 Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Tue, 9 Sep 2025 09:11:16 +0200 Subject: [PATCH] fix: inject curl-cffi for impersonation --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 06bdf60..fa988b5 100644 --- a/Containerfile +++ b/Containerfile @@ -75,6 +75,7 @@ RUN pipx ensurepath RUN source /home/subsyt/.bashrc RUN pipx install yt-dlp +RUN pipx inject yt-dlp curl-cffi RUN pipx inject yt-dlp bgutil-ytdlp-pot-provider COPY --from=builder --chown=subsyt:subsyt /src/build/subsyt /app/subsyt