mirror of
https://github.com/glomatico/gamdl.git
synced 2025-01-22 11:18:39 +00:00
update music video codec
This commit is contained in:
parent
e92a8890f9
commit
f46387dacf
@ -25,6 +25,12 @@ class SongCodec(Enum):
|
||||
ASK = "ask"
|
||||
|
||||
|
||||
class MusicVideoCodec(Enum):
|
||||
AVC1 = "avc1"
|
||||
HEVC = "hevc"
|
||||
ASK = "ask"
|
||||
|
||||
|
||||
class ArtworkFormat(Enum):
|
||||
JPG = "jpg"
|
||||
PNG = "png"
|
||||
|
Loading…
Reference in New Issue
Block a user