]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/update.py
Fix 5cc0a8fd2e9fec50026fb92170b57993af939e4a
[yt-dlp.git] / yt_dlp / update.py
index 297539bb6867aa546109f5f81579c428cdd818ef..5a752d71677a6aba928be830108c023d748fabf5 100644 (file)
     'stable': 'yt-dlp/yt-dlp',
     'nightly': 'yt-dlp/yt-dlp-nightly-builds',
 }
+REPOSITORY = UPDATE_SOURCES['stable']
 
 _VERSION_RE = re.compile(r'(\d+\.)*\d+')
 
 API_BASE_URL = 'https://api.github.com/repos'
 
 # Backwards compatibility variables for the current channel
-REPOSITORY = UPDATE_SOURCES[CHANNEL]
 API_URL = f'{API_BASE_URL}/{REPOSITORY}/releases'