|
@@ -126,7 +126,7 @@ func DeWater(in models.DyJieXiInput) (error, models.DyJieXiOutput) {
|
|
|
//截取字符串
|
|
|
//comma := strings.Index(videoStr, "\"")
|
|
|
comma = strings.Index(videoStr, "\"")
|
|
|
- pos = strings.Index(videoStr[comma+1:], "\"")
|
|
|
+ pos = strings.Index(videoStr[comma+1:], "\">")
|
|
|
fmt.Println(videoStr[comma+1 : pos])
|
|
|
//strings.Index(videoStr[comma:])
|
|
|
//fmt.Println(videoStr[comma:lastComma])
|