]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - devscripts/create-github-release.py
New upstream version 2019.06.08
[youtubedl] / devscripts / create-github-release.py
index 30716ad8edc917da616a23753db30367458011d8..428111b3f0e893d9ae53da648844833e87dd72b3 100644 (file)
@@ -27,8 +27,8 @@ from youtube_dl.utils import (
 
 
 class GitHubReleaser(object):
-    _API_URL = 'https://api.github.com/repos/rg3/youtube-dl/releases'
-    _UPLOADS_URL = 'https://uploads.github.com/repos/rg3/youtube-dl/releases/%s/assets?name=%s'
+    _API_URL = 'https://api.github.com/repos/ytdl-org/youtube-dl/releases'
+    _UPLOADS_URL = 'https://uploads.github.com/repos/ytdl-org/youtube-dl/releases/%s/assets?name=%s'
     _NETRC_MACHINE = 'github.com'
 
     def __init__(self, debuglevel=0):