fix
This commit is contained in:
parent
b64bccc400
commit
a04ea0124b
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 != "" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user