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

calibre-web/tasks/install.yml: Clarify yt-dlp "nightly" option

This commit is contained in:
A Holt 2024-07-21 02:46:48 -04:00 committed by GitHub
parent 663a35f5ce
commit ddfbbe7bf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,8 +98,11 @@
echo "ERROR: yt-dlp NOT FOUND"
fi
fi
# IF YOU WANT THE "nightly" RELEASE OF yt-dlp, UNCOMMENT THE NEXT LINE:
# NEED BETTER/EXPERIMENTAL YouTube SCRAPING? UNCOMMENT THE NEXT LINE -- for the latest yt-dlp "nightly" release::
# pipx inject --pip-args="--upgrade --pre" -f xklb yt-dlp[default]
#
# https://github.com/yt-dlp/yt-dlp-nightly-builds/releases
# https://pypi.org/project/yt-dlp/#history
cp {{ calibreweb_venv_path }}/scripts/lb-wrapper /usr/local/bin/
chmod a+x /usr/local/bin/lb-wrapper
fi