mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-25 08:10:36 +01:00
[prosiebensat1] Fix typo
This commit is contained in:
parent
8a44ef6868
commit
a9ab8855e4
@ -281,7 +281,7 @@ def fix_bitrate(bitrate):
|
||||
else:
|
||||
formats.append({
|
||||
'url': source['url'],
|
||||
'vbr': fix_bitrate(sources['bitrate']),
|
||||
'vbr': fix_bitrate(source['bitrate']),
|
||||
})
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
Loading…
Reference in New Issue
Block a user