Use download_stream instead of _download_ytdlp_async

This commit is contained in:
Rafael Moraes
2026-05-24 12:47:45 -03:00
parent 15c1bc64dd
commit bb511de552
+1 -1
View File
@@ -46,7 +46,7 @@ class AppleMusicUploadedVideoDownloader:
self, self,
download_item: DownloadItem, download_item: DownloadItem,
) -> None: ) -> None:
await self.base._download_ytdlp_async( await self.base.download_stream(
download_item.media.stream_info.video_track.stream_url, download_item.media.stream_info.video_track.stream_url,
download_item.staged_path, download_item.staged_path,
) )