projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f0c8fb
)
[ustream] Remove unnecessary webpage download
author
Sergey M․
<dstftw@gmail.com>
Thu, 29 May 2014 13:20:11 +0000
(20:20 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 29 May 2014 13:20:11 +0000
(20:20 +0700)
youtube_dl/extractor/ustream.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ustream.py
b/youtube_dl/extractor/ustream.py
index eb2944573da32da3a4935368105286509f0ccb53..f326163a31fb9058cce6bd23a34833f50ff3504a 100644
(file)
--- a/
youtube_dl/extractor/ustream.py
+++ b/
youtube_dl/extractor/ustream.py
@@
-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':