From 78c3da5b8c656103c2ad12ac402ef9f51402735b Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Thu, 6 Nov 2025 15:48:13 -0300 Subject: [PATCH] Remove unused imports and parameters in README example --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 112a9cc..27e1323 100644 --- a/README.md +++ b/README.md @@ -263,9 +263,6 @@ from gamdl.downloader import ( AppleMusicMusicVideoDownloader, AppleMusicSongDownloader, AppleMusicUploadedVideoDownloader, - DownloadMode, - RemuxMode, - SongCodec, ) from gamdl.interface import ( AppleMusicInterface, @@ -300,7 +297,6 @@ async def main(): song_downloader = AppleMusicSongDownloader( base_downloader=base_downloader, interface=song_interface, - codec=SongCodec.AAC_LEGACY, ) music_video_downloader = AppleMusicMusicVideoDownloader( base_downloader=base_downloader,