Youtube-DL: New URL thanks to the fools from LG Hamburg
This commit is contained in:
parent
65a482933f
commit
328841ef53
1 changed files with 1 additions and 1 deletions
|
|
@ -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'))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue