Skip to content

Commit 8dddea1

Browse files
authored
karakeep: use nightly channel for yt-dlp (#3992)
It's the recommended channel
1 parent 46ca78a commit 8dddea1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ct/karakeep.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ function update_script() {
3333
msg_info "Stopping Services"
3434
systemctl stop karakeep-web karakeep-workers karakeep-browser
3535
msg_ok "Stopped Services"
36+
msg_info "Updating yt-dlp"
37+
$STD yt-dlp --update-to nightly
38+
msg_ok "Updated yt-dlp"
3639
msg_info "Updating ${APP} to v${RELEASE}"
3740
if [[ $(corepack -v) < "0.31.0" ]]; then
3841
$STD npm install -g [email protected]

install/karakeep-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ msg_ok "Installed Dependencies"
2929
msg_info "Installing Additional Tools"
3030
curl -fsSL "https://github.com/Y2Z/monolith/releases/latest/download/monolith-gnu-linux-x86_64" -o "/usr/bin/monolith"
3131
chmod +x /usr/bin/monolith
32-
curl -fsSL "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux" -o "/usr/bin/yt-dlp"
32+
curl -fsSL "https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/latest/download/yt-dlp_linux" -o "/usr/bin/yt-dlp"
3333
chmod +x /usr/bin/yt-dlp
3434
msg_ok "Installed Additional Tools"
3535

0 commit comments

Comments
 (0)