Add flac to MP4 audio qualities

This commit is contained in:
Rafael Moraes
2026-03-03 18:28:09 -03:00
parent c221b30443
commit efb64aef19
+1 -1
View File
@@ -47,6 +47,6 @@ FORMAT_ID_MAP = {
"flac": "17",
}
MP4_AUDIO_QUALITIES = {"aac-high", "aac-medium"}
MP4_AUDIO_QUALITIES = {"aac-high", "aac-medium", "flac"}
VORBIS_AUDIO_QUALITIES = {"vorbis-high", "vorbis-medium", "vorbis-low"}
PREMIUM_AUDIO_QUALITIES = {"aac-high", "vorbis-high", "flac"}