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

Explain yt-dlp 'nightly' releases, in Ansible output

This commit is contained in:
root 2024-07-21 03:24:26 -04:00
parent ddfbbe7bf0
commit 220bea18dc

View file

@ -81,6 +81,11 @@
version: "{{ calibreweb_version }}" # e.g. master, 0.6.22 version: "{{ calibreweb_version }}" # e.g. master, 0.6.22
#when: not calibreweb_venv.stat.exists #when: not calibreweb_venv.stat.exists
- debug:
msg:
- "NEED BETTER/EXPERIMENTAL YouTube SCRAPING? RUN THE NEXT LINE -- for the latest yt-dlp 'nightly' release:"
- sudo pipx inject --pip-args='--upgrade --pre' -f xklb yt-dlp[default]
- name: If Calibre-Web is being enhanced with audio/video "books" too, install/upgrade additional prereqs -- SEE https://github.com/iiab/calibre-web/wiki - name: If Calibre-Web is being enhanced with audio/video "books" too, install/upgrade additional prereqs -- SEE https://github.com/iiab/calibre-web/wiki
shell: | shell: |
if [ -f {{ calibreweb_venv_path }}/scripts/lb-wrapper ]; then if [ -f {{ calibreweb_venv_path }}/scripts/lb-wrapper ]; then
@ -98,7 +103,7 @@
echo "ERROR: yt-dlp NOT FOUND" echo "ERROR: yt-dlp NOT FOUND"
fi fi
fi fi
# NEED BETTER/EXPERIMENTAL YouTube SCRAPING? UNCOMMENT THE NEXT LINE -- for the latest yt-dlp "nightly" release:: # 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] # pipx inject --pip-args="--upgrade --pre" -f xklb yt-dlp[default]
# #
# https://github.com/yt-dlp/yt-dlp-nightly-builds/releases # https://github.com/yt-dlp/yt-dlp-nightly-builds/releases