mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 04:05:14 +03:00
Include legacy codec in wrapper bypass check
This commit is contained in:
@@ -483,6 +483,7 @@ class AppleMusicDownloader:
|
||||
if (
|
||||
not self.base_downloader.use_wrapper
|
||||
or download_item.media_metadata["type"] in MUSIC_VIDEO_MEDIA_TYPE
|
||||
or self.song_downloader.codec.is_legacy()
|
||||
):
|
||||
if (
|
||||
self.base_downloader.remux_mode == RemuxMode.FFMPEG
|
||||
|
||||
Reference in New Issue
Block a user