projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41db733
)
[ustream] Fix typo
author
Sergey M․
<dstftw@gmail.com>
Mon, 5 Oct 2015 16:51:04 +0000
(22:51 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 5 Oct 2015 16:51:04 +0000
(22:51 +0600)
youtube_dl/extractor/ustream.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ustream.py
b/youtube_dl/extractor/ustream.py
index 888f39f7a4e481423e738a63f0f3fa297f25059b..a29d67e9fa6e36713e1ede4bb034724eff311828 100644
(file)
--- a/
youtube_dl/extractor/ustream.py
+++ b/
youtube_dl/extractor/ustream.py
@@
-69,7
+69,7
@@
class UstreamIE(InfoExtractor):
filesize = float_or_none(video.get('file_size'))
formats = [{
- 'id':
format
_id,
+ 'id':
video
_id,
'url': video_url,
'ext': format_id,
'filesize': filesize,