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'))