From 23b03017ea44a17cddedbbb3adf0afb11a211e63 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Thu, 29 Oct 2020 07:43:48 -0700 Subject: [PATCH] youtube-dl: move to yt-dl.org (#1533) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * youtube-dl: move to yt-dl.org * Replace ‘latest’ with $version * Update youtube-dl.json --- bucket/youtube-dl.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bucket/youtube-dl.json b/bucket/youtube-dl.json index d2128c45f4..4319aa7342 100644 --- a/bucket/youtube-dl.json +++ b/bucket/youtube-dl.json @@ -1,7 +1,7 @@ { "version": "2020.09.20", "description": "Download videos from YouTube.com (and a few more sites) using command line.", - "homepage": "https://ytdl-org.github.io/youtube-dl/", + "homepage": "https://yt-dl.org/", "license": "Unlicense", "suggest": { "FFmpeg": [ @@ -10,14 +10,15 @@ ], "vcredist": "extras/vcredist2010" }, - "url": "https://github.com/ytdl-org/youtube-dl/releases/download/2020.09.20/youtube-dl.exe", + "url": "https://yt-dl.org/downloads/2020.09.20/youtube-dl.exe", "hash": "2b71484b309ae369873cb9a421ac03ba6b642704e112eb1ca5cde6820a12d8fb", "bin": "youtube-dl.exe", "checkver": { - "github": "https://github.com/ytdl-org/youtube-dl" + "url": "https://yt-dl.org/", + "regex": "v([\\d.]+)" }, "autoupdate": { - "url": "https://github.com/ytdl-org/youtube-dl/releases/download/$version/youtube-dl.exe", + "url": "https://yt-dl.org/downloads/$version/youtube-dl.exe", "hash": { "url": "$baseurl/SHA2-256SUMS" }