Youtube-DL: New URL thanks to the fools from LG Hamburg

This commit is contained in:
Steffen Lange 2023-08-11 22:20:30 +02:00
parent 65a482933f
commit 328841ef53

View file

@ -2,7 +2,7 @@
class YoutubeDL extends PatchBase { class YoutubeDL extends PatchBase {
function __construct() { 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 { function check() : bool {
if ($this->fetch_json('https://api.github.com/repos/ytdl-org/youtube-dl/releases/latest')) if ($this->fetch_json('https://api.github.com/repos/ytdl-org/youtube-dl/releases/latest'))