1
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-01-01 13:06:24 +01: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)