Merge pull request #8262 from jwilk/https-everywhere
authorYen Chi Hsuan <yan12125@gmail.com>
Sun, 17 Jan 2016 14:10:03 +0000 (22:10 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Sun, 17 Jan 2016 14:10:03 +0000 (22:10 +0800)
[ustream] Use HTTPS for GitHub URL

youtube_dl/extractor/ustream.py

index 73b05ecab82a10a6c80360b0b980f285dfbb9c45..b5fe753d7115923d16ed6cf7de34c8723368f82f 100644 (file)
@@ -47,7 +47,7 @@ class UstreamIE(InfoExtractor):
         m = re.match(self._VALID_URL, url)
         video_id = m.group('id')
 
-        # some sites use this embed format (see: http://github.com/rg3/youtube-dl/issues/2990)
+        # some sites use this embed format (see: https://github.com/rg3/youtube-dl/issues/2990)
         if m.group('type') == 'embed/recorded':
             video_id = m.group('id')
             desktop_url = 'http://www.ustream.tv/recorded/' + video_id