mirror of
https://github.com/zhaarey/apple-music-downloader.git
synced 2025-10-23 15:11:05 +00:00
fix: mv下载失败时未能删除tmp文件
This commit is contained in:
2
main.go
2
main.go
@@ -2007,7 +2007,7 @@ func mvDownloader(adamID string, saveDir string, token string, storefront string
|
||||
audiom3u8url, _ := extractMvAudio(mvm3u8url)
|
||||
audiokeyAndUrls, _ := runv3.Run(adamID, audiom3u8url, token, mediaUserToken, true, "")
|
||||
_ = runv3.ExtMvData(audiokeyAndUrls, audPath)
|
||||
defer os.Remove(vudPath)
|
||||
defer os.Remove(audPath)
|
||||
|
||||
tags := []string{
|
||||
"tool=",
|
||||
|
||||
Reference in New Issue
Block a user