mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 04:05:14 +03:00
Use download_stream instead of _download_ytdlp_async
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user