aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/update.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dlc/update.py')
-rw-r--r--youtube_dlc/update.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dlc/update.py b/youtube_dlc/update.py
index b358e902b..12b6c8608 100644
--- a/youtube_dlc/update.py
+++ b/youtube_dlc/update.py
@@ -32,6 +32,8 @@ def rsa_verify(message, signature, key):
def update_self(to_screen, verbose, opener):
"""Update the program file with the latest version from the repository"""
+ return to_screen('Update is currently broken.\nVisit https://github.com/pukkandan/yt-dlc/releases/latest to get the latest version')
+
UPDATE_URL = 'https://blackjack4494.github.io//update/'
VERSION_URL = UPDATE_URL + 'LATEST_VERSION'
JSON_URL = UPDATE_URL + 'versions.json'