This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[ustream] Fix typo
totalwebcasting
Sergey M․
9 years ago
parent
41db733308
commit
dc5756fd77
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/ustream.py
+ 1
- 1
youtube_dl/extractor/ustream.py
View File
@ -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
,
Write
Preview
Loading…
Cancel
Save