Extract vorbis codec to ogg files.
This commit is contained in:
parent
c7c14ebb78
commit
466a2be733
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ AUDIO_EXTENSIONS = {
|
||||||
'flac': 'flac',
|
'flac': 'flac',
|
||||||
'mp3': 'mp3',
|
'mp3': 'mp3',
|
||||||
'opus': 'opus',
|
'opus': 'opus',
|
||||||
|
'vorbis': 'ogg',
|
||||||
'*': 'mka',
|
'*': 'mka',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue