fix: remove deprecate get-pot plugin
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
Viktor Varland 2025-09-08 11:20:48 +00:00
parent 24f45972c1
commit a0e8bc8caa
2 changed files with 0 additions and 2 deletions

View file

@ -76,7 +76,6 @@ RUN pipx ensurepath
RUN source /home/subsyt/.bashrc RUN source /home/subsyt/.bashrc
RUN pipx install yt-dlp RUN pipx install yt-dlp
RUN pipx inject yt-dlp yt-dlp-get-pot
RUN pipx inject yt-dlp bgutil-ytdlp-pot-provider RUN pipx inject yt-dlp bgutil-ytdlp-pot-provider
COPY --from=builder --chown=subsyt:subsyt /src/build/subsyt /app/subsyt COPY --from=builder --chown=subsyt:subsyt /src/build/subsyt /app/subsyt

View file

@ -175,7 +175,6 @@ empty string (`""`).
``` ```
# assumes pipx was used to install yt-dlp # assumes pipx was used to install yt-dlp
pipx inject yt-dlp yt-dlp-get-pot
pipx inject yt-dlp bgutil-ytdlp-pot-provider pipx inject yt-dlp bgutil-ytdlp-pot-provider
``` ```