mirror of
https://github.com/ytdl-org/ytdl-nightly.git
synced 2025-06-05 21:49:13 +02:00
[update] Use this repo for updates
This commit is contained in:
@@ -67,7 +67,7 @@ def run_update(ydl):
|
|||||||
Returns whether the program should terminate
|
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):
|
def report_error(msg, expected=False):
|
||||||
ydl.report_error(msg, tb='' if expected else None)
|
ydl.report_error(msg, tb='' if expected else None)
|
||||||
|
Reference in New Issue
Block a user