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),
|
'aac': (0.1, 4),
|
||||||
'vorbis': (0, 10),
|
'vorbis': (0, 10),
|
||||||
'libfdk_aac': (1, 5),
|
'libfdk_aac': (1, 5),
|
||||||
'opus': None, # doesn't support -q:a
|
}.get(codec)
|
||||||
'wav': None,
|
|
||||||
'flac': None,
|
|
||||||
}[codec]
|
|
||||||
if not limits:
|
if not limits:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user