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
[prosiebensat1] Fix typo
totalwebcasting
Sergey M.
11 years ago
parent
8a44ef6868
commit
a9ab8855e4
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/prosiebensat1.py
+ 1
- 1
youtube_dl/extractor/prosiebensat1.py
View File
@ -281,7 +281,7 @@ class ProSiebenSat1IE(InfoExtractor):
else
:
formats
.
append
(
{
'
url
'
:
source
[
'
url
'
]
,
'
vbr
'
:
fix_bitrate
(
source
s
[
'
bitrate
'
]
)
,
'
vbr
'
:
fix_bitrate
(
source
[
'
bitrate
'
]
)
,
}
)
self
.
_sort_formats
(
formats
)
Write
Preview
Loading…
Cancel
Save