mirror of
https://github.com/zhaarey/apple-music-downloader.git
synced 2025-10-23 15:11:05 +00:00
fix
This commit is contained in:
6
main.go
6
main.go
@@ -1202,8 +1202,10 @@ func rip(albumId string, token string, storefront string, userToken string) erro
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
}
|
||||
manifest.Attributes.ExtendedAssetUrls.EnhancedHls=string(Checkbody)
|
||||
fmt.Println("Found m3u8 from API")
|
||||
if string(Checkbody) != "no_found"{
|
||||
manifest.Attributes.ExtendedAssetUrls.EnhancedHls=string(Checkbody)
|
||||
fmt.Println("Found m3u8 from API")
|
||||
}
|
||||
}
|
||||
}
|
||||
if txtpath != "" {
|
||||
|
||||
Reference in New Issue
Block a user