From 2c0f26ffc094762c89735b262f8320bc4fbe15b5 Mon Sep 17 00:00:00 2001 From: dirkf Date: Fri, 14 Jul 2023 11:09:53 +0100 Subject: [PATCH] [update] Use this repo for updates --- youtube_dl/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/update.py b/youtube_dl/update.py index d3ed31f14..3261053a7 100644 --- a/youtube_dl/update.py +++ b/youtube_dl/update.py @@ -67,7 +67,7 @@ def run_update(ydl): Returns whether the program should terminate """ - JSON_URL = 'https://api.github.com/repos/ytdl-patched/youtube-dl/releases/latest' + JSON_URL = 'https://api.github.com/repos/%s/releases/latest' % (REPO, ) def report_error(msg, expected=False): ydl.report_error(msg, tb='' if expected else None)