From 328841ef53995ed65c24954c6f3f6c271d0f736b Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 11 Aug 2023 22:20:30 +0200 Subject: [PATCH] Youtube-DL: New URL thanks to the fools from LG Hamburg --- modules/YoutubeDL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/YoutubeDL.php b/modules/YoutubeDL.php index e02231a..29a5c6e 100644 --- a/modules/YoutubeDL.php +++ b/modules/YoutubeDL.php @@ -2,7 +2,7 @@ class YoutubeDL extends PatchBase { function __construct() { - parent::__construct('youtube-dl Authors', 'youtube-dl', 'https://yt-dl.org/'); + parent::__construct('youtube-dl Authors', 'youtube-dl', 'http://ytdl-org.github.io/youtube-dl/'); } function check() : bool { if ($this->fetch_json('https://api.github.com/repos/ytdl-org/youtube-dl/releases/latest'))