[update] Use this repo for updates

This commit is contained in:
dirkf 2023-07-14 11:09:53 +01:00
parent 9235c3f7e8
commit 2c0f26ffc0
1 changed files with 1 additions and 1 deletions

View File

@ -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)