mirror of
https://github.com/glomatico/gamdl.git
synced 2025-01-22 11:18:39 +00:00
add SYNCED_LYRICS_FILE_EXTENSION_MAP
This commit is contained in:
parent
7cd3d4b705
commit
6c4c3cdd25
@ -1,4 +1,4 @@
|
||||
from gamdl.enums import SongCodec, MusicVideoCodec
|
||||
from gamdl.enums import MusicVideoCodec, SongCodec, SyncedLyricsFormat
|
||||
|
||||
STOREFRONT_IDS = {
|
||||
"AE": "143481-2,32",
|
||||
@ -200,6 +200,12 @@ MUSIC_VIDEO_CODEC_MAP = {
|
||||
MusicVideoCodec.H265_BEST: "hvc1",
|
||||
}
|
||||
|
||||
SYNCED_LYRICS_FILE_EXTENSION_MAP = {
|
||||
SyncedLyricsFormat.LRC: ".lrc",
|
||||
SyncedLyricsFormat.SRT: ".srt",
|
||||
SyncedLyricsFormat.TTML: ".ttml",
|
||||
}
|
||||
|
||||
|
||||
EXCLUDED_CONFIG_FILE_PARAMS = (
|
||||
"urls",
|
||||
|
Loading…
Reference in New Issue
Block a user