1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 03:29:32 +00:00

[prosiebensat1] Fix typo

This commit is contained in:
Sergey M. 2014-02-27 17:53:09 +07:00
parent 8a44ef6868
commit a9ab8855e4

View file

@ -281,7 +281,7 @@ class ProSiebenSat1IE(InfoExtractor):
else:
formats.append({
'url': source['url'],
'vbr': fix_bitrate(sources['bitrate']),
'vbr': fix_bitrate(source['bitrate']),
})
self._sort_formats(formats)