From 5180c65bed4a95264a399531cf482e4074207073 Mon Sep 17 00:00:00 2001 From: Tonire Date: Tue, 3 Nov 2020 23:14:55 +0100 Subject: [PATCH] Fixed #484. Replaced the old youtube-dl download link with the new one --- youtube_dl_gui/updatemanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl_gui/updatemanager.py b/youtube_dl_gui/updatemanager.py index d0c5a8a4..9ac5564e 100644 --- a/youtube_dl_gui/updatemanager.py +++ b/youtube_dl_gui/updatemanager.py @@ -45,7 +45,7 @@ class UpdateThread(Thread): """ - LATEST_YOUTUBE_DL = 'https://yt-dl.org/latest/' + LATEST_YOUTUBE_DL = 'https://youtube-dl.org/downloads/latest/' DOWNLOAD_TIMEOUT = 10 def __init__(self, download_path, quiet=False):