mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05:00
[prosiebensat1] Fix typo
This commit is contained in:
parent
8a44ef6868
commit
a9ab8855e4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue