@@ -127,7 +127,8 @@ func DeWater(in models.DyJieXiInput) (error, models.DyJieXiOutput) {
//comma := strings.Index(videoStr, "\"")
comma = strings.Index(videoStr, "\"")
pos = strings.Index(videoStr[comma+1:], "\">")
- fmt.Println(videoStr[comma+1 : pos])
+
+ fmt.Println(videoStr[comma+1 : pos+comma+1])
//strings.Index(videoStr[comma:])
//fmt.Println(videoStr[comma:lastComma])