1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

iiab-update: Document yt-dlp "nightly" option

This commit is contained in:
A Holt 2024-07-18 01:15:10 -04:00 committed by GitHub
parent 869ff84453
commit 7d004495d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,6 +52,8 @@ if grep -q 'calibreweb_installed: True' /etc/iiab/iiab_state.yml; then
pipx uninstall xklb
echo -e "\n\e[4mNow running: pipx install xklb # THIS ALSO INSTALLS yt-dlp\e[0m\n"
pipx install xklb
# IF YOU WANT THE "nightly" RELEASE OF yt-dlp, UNCOMMENT THE NEXT LINE:
# pipx inject --pip-args="--upgrade --pre" -f xklb yt-dlp[default]
echo -e "\n\e[4mNow running: yt-dlp --version\e[0m\n"
yt-dlp --version
cd /usr/local/calibre-web-py3