Remove unused imports and parameters in README example

This commit is contained in:
Rafael Moraes
2025-11-06 15:48:13 -03:00
parent 00410aeb77
commit 78c3da5b8c
-4
View File
@@ -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,