Reorder codec priority in music video downloader

This commit is contained in:
Rafael Moraes
2025-10-23 13:05:30 -03:00
parent c865817e2c
commit 883d442668
+1 -1
View File
@@ -14,8 +14,8 @@ class AppleMusicMusicVideoDownloader:
self,
downloader: AppleMusicBaseDownloader,
codec_priority: list[MusicVideoCodec] = [
MusicVideoCodec.H265,
MusicVideoCodec.H264,
MusicVideoCodec.H265,
],
remux_format: RemuxFormatMusicVideo = RemuxFormatMusicVideo.M4V,
resolution: MusicVideoResolution = MusicVideoResolution.R1080P,