Add ac3 and flac extensions.
This commit is contained in:
parent
48e6840c35
commit
651861b8b4
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ from voussoirkit import winwhich
|
||||||
|
|
||||||
AUDIO_EXTENSIONS = {
|
AUDIO_EXTENSIONS = {
|
||||||
'aac': 'm4a',
|
'aac': 'm4a',
|
||||||
|
'ac3': 'ac3',
|
||||||
|
'flac': 'flac',
|
||||||
'mp3': 'mp3',
|
'mp3': 'mp3',
|
||||||
'opus': 'opus',
|
'opus': 'opus',
|
||||||
'*': 'mka',
|
'*': 'mka',
|
||||||
|
|
Loading…
Reference in a new issue