pull/15/head
肥羊 3 years ago
parent 5462964c98
commit e2032fdd5c
  1. 2
      Golang/liveurls/huya.go

@ -74,7 +74,7 @@ func (h *Huya) GetLiveUrl() any {
str := string(body)
freg := regexp.MustCompile(`"(?i)liveLineUrl":"([\s\S]*?)",`)
res := freg.FindStringSubmatch(str)
if res == nil {
if res == nil || res[1] == "" {
return nil
}
nstr, _ := base64.StdEncoding.DecodeString(res[1])

Loading…
Cancel
Save