mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-06 08:50:07 +01:00
parent
92775d8a40
commit
39c04074e7
@ -403,10 +403,7 @@ def _quality_args(self, codec):
|
||||
'aac': (0.1, 4),
|
||||
'vorbis': (0, 10),
|
||||
'libfdk_aac': (1, 5),
|
||||
'opus': None, # doesn't support -q:a
|
||||
'wav': None,
|
||||
'flac': None,
|
||||
}[codec]
|
||||
}.get(codec)
|
||||
if not limits:
|
||||
return []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user