Switch yt-dlp from apline package to pip package to update properly

This commit is contained in:
RandomNinjaAtk 2024-03-30 09:46:04 -04:00 committed by GitHub
parent 5d1196cb85
commit fbe804a7c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,11 +13,11 @@ apk add -U --update --no-cache \
libc-dev \ libc-dev \
py3-pip \ py3-pip \
gcc \ gcc \
ffmpeg \ ffmpeg
yt-dlp
echo "************ install python packages ************" echo "************ install python packages ************"
pip install --upgrade --no-cache-dir -U --break-system-packages \ pip install --upgrade --no-cache-dir -U --break-system-packages \
excludarr \ excludarr \
yt-dlp \
yq yq
echo "************ setup SMA ************" echo "************ setup SMA ************"
echo "************ setup directory ************" echo "************ setup directory ************"