From a0e8bc8caaf8d23d226e57f07daf04471b939a78 Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Mon, 8 Sep 2025 11:20:48 +0000 Subject: [PATCH] fix: remove deprecate get-pot plugin --- Containerfile | 1 - README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/Containerfile b/Containerfile index 8c95746..8736bd8 100644 --- a/Containerfile +++ b/Containerfile @@ -76,7 +76,6 @@ RUN pipx ensurepath RUN source /home/subsyt/.bashrc RUN pipx install yt-dlp -RUN pipx inject yt-dlp yt-dlp-get-pot RUN pipx inject yt-dlp bgutil-ytdlp-pot-provider COPY --from=builder --chown=subsyt:subsyt /src/build/subsyt /app/subsyt diff --git a/README.md b/README.md index 48473a5..06af2bf 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,6 @@ empty string (`""`). ``` # assumes pipx was used to install yt-dlp -pipx inject yt-dlp yt-dlp-get-pot pipx inject yt-dlp bgutil-ytdlp-pot-provider ```