[ustream] Remove unnecessary webpage download
authorSergey M․ <dstftw@gmail.com>
Thu, 29 May 2014 13:20:11 +0000 (20:20 +0700)
committerSergey M․ <dstftw@gmail.com>
Thu, 29 May 2014 13:20:11 +0000 (20:20 +0700)
youtube_dl/extractor/ustream.py

index eb2944573da32da3a4935368105286509f0ccb53..f326163a31fb9058cce6bd23a34833f50ff3504a 100644 (file)
@@ -29,7 +29,6 @@ class UstreamIE(InfoExtractor):
 
         if m.group('type') == 'embed/recorded': # some sites use this embed format (see: http://github.com/rg3/youtube-dl/issues/2990)
             video_id = m.group('videoID')
-            webpage = self._download_webpage(url, video_id, note="Downloading embedded Ustream page")
             desktop_url = 'http://www.ustream.tv/recorded/' + video_id
             return self.url_result(desktop_url, 'Ustream')
         if m.group('type') == 'embed':