From a697084ce21e477939d884c099c73c197c719a41 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 21 Mar 2025 18:24:45 +0100 Subject: [PATCH] Update yt-dlp-webui.sh --- ct/yt-dlp-webui.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/yt-dlp-webui.sh b/ct/yt-dlp-webui.sh index ef8f784..a1e9fee 100644 --- a/ct/yt-dlp-webui.sh +++ b/ct/yt-dlp-webui.sh @@ -28,7 +28,9 @@ function update_script() { exit fi + msg_info "Updating yt-dlp" $STD yt-dlp -U + msg_ok "Updated yt-dlp" RELEASE=$(curl -s https://api.github.com/repos/marcopiovanello/yt-dlp-web-ui/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') if [[ "${RELEASE}" != "$(cat /opt/yt-dlp-webui_version.txt)" ]] || [[ ! -f /opt/yt-dlp-webui_version.txt ]]; then