Skip to content

Commit

Permalink
iiab-update: Document yt-dlp "nightly" option
Browse files Browse the repository at this point in the history
  • Loading branch information
holta authored Jul 18, 2024
1 parent 869ff84 commit 7d00449
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/iiab-update
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d00449

Please sign in to comment.