pull/18/head
zhaarey 5 months ago
parent b64bccc400
commit a04ea0124b
  1. 6
      main.go

@ -1202,8 +1202,10 @@ func rip(albumId string, token string, storefront string, userToken string) erro
if err != nil { if err != nil {
fmt.Println(err) fmt.Println(err)
} }
manifest.Attributes.ExtendedAssetUrls.EnhancedHls=string(Checkbody) if string(Checkbody) != "no_found"{
fmt.Println("Found m3u8 from API") manifest.Attributes.ExtendedAssetUrls.EnhancedHls=string(Checkbody)
fmt.Println("Found m3u8 from API")
}
} }
} }
if txtpath != "" { if txtpath != "" {

Loading…
Cancel
Save