Remove the unused getpot_bgutil_script plugin

This commit is contained in:
tcely 2025-05-19 05:54:23 -04:00 committed by GitHub
parent dafa82d1d1
commit 2483cda1af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -410,6 +410,12 @@ RUN --mount=type=tmpfs,target=/cache \
PIPENV_VERBOSITY=64 \
PYTHONPYCACHEPREFIX=/cache/pycache \
pipenv install --system --skip-lock && \
# remove the getpot_bgutil_script plugin
find /usr/local/lib \
-name 'getpot_bgutil_script.py' \
-path '*/yt_dlp_plugins/extractor/getpot_bgutil_script.py' \
-type f -print -delete \
&& \
# Clean up
apt-get -y autoremove --purge \
default-libmysqlclient-dev \