From a05ae0b9f4a390708f0f62ead1e94ac8ad6b9ff5 Mon Sep 17 00:00:00 2001 From: Marco <35533749+marcopeocchi@users.noreply.github.com> Date: Fri, 13 Jan 2023 18:00:04 +0100 Subject: [PATCH] Delete fetch-yt-dlp.sh --- fetch-yt-dlp.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 fetch-yt-dlp.sh diff --git a/fetch-yt-dlp.sh b/fetch-yt-dlp.sh deleted file mode 100755 index ef88e99..0000000 --- a/fetch-yt-dlp.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -echo "Downloading latest yt-dlp build..." - -rm -f yt-dlp - -RELEASE=$(curl --silent "https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') - -wget "https://github.com/yt-dlp/yt-dlp/releases/download/$RELEASE/yt-dlp" - -chmod +x yt-dlp - -echo "Done!" \ No newline at end of file