mirror of
https://github.com/glomatico/gamdl.git
synced 2025-01-22 11:18:39 +00:00
add MUSIC_VIDEO_CODEC_MAP and adjust EXCLUDED_CONFIG_FILE_PARAMS
This commit is contained in:
parent
4636d96dbf
commit
9d3865e7d0
@ -1,4 +1,4 @@
|
||||
from gamdl.enums import SongCodec
|
||||
from gamdl.enums import SongCodec, MusicVideoCodec
|
||||
|
||||
STOREFRONT_IDS = {
|
||||
"AE": "143481-2,32",
|
||||
@ -195,11 +195,16 @@ SONG_CODEC_REGEX_MAP = {
|
||||
SongCodec.ATMOS: r"audio-atmos-.*",
|
||||
}
|
||||
|
||||
MUSIC_VIDEO_CODEC_MAP = {
|
||||
MusicVideoCodec.H264_BEST: "avc1",
|
||||
MusicVideoCodec.H265_BEST: "hvc1",
|
||||
}
|
||||
|
||||
|
||||
EXCLUDED_CONFIG_FILE_PARAMS = (
|
||||
"urls",
|
||||
"config_location",
|
||||
"url_txt",
|
||||
"read_urls_as_txt",
|
||||
"no_config_file",
|
||||
"version",
|
||||
"help",
|
||||
|
Loading…
Reference in New Issue
Block a user