|
@@ -134,7 +134,7 @@ func DeWater(in models.DyJieXiInput) (error, models.DyJieXiOutput) {
|
|
|
//截取
|
|
|
comma = strings.Index(out.Data.VideoUrl, "https://")
|
|
|
pos = strings.Index(out.Data.VideoUrl[comma+1:], ".com")
|
|
|
- fmt.Println(out.Data.VideoUrl[comma : pos+comma+4])
|
|
|
+ fmt.Println(out.Data.VideoUrl[comma : pos+comma+4+1])
|
|
|
|
|
|
return nil, out
|
|
|
|