From b770d675cc84c0fbea30ecc5441dbff5375b8f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=A5=E7=BE=8A?= Date: Fri, 7 Apr 2023 18:44:41 +0800 Subject: [PATCH] Update douyin.go --- Golang/liveurls/douyin.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/Golang/liveurls/douyin.go b/Golang/liveurls/douyin.go index 71ad920..edcc337 100644 --- a/Golang/liveurls/douyin.go +++ b/Golang/liveurls/douyin.go @@ -63,8 +63,6 @@ func (d *Douyin) GetRealurl() any { str, _ := url.QueryUnescape(string(body)) json.Unmarshal([]byte(str), &mediamap) json.Unmarshal([]byte(str), &roomstatus) - fmt.Println(roomstatus["data"]["room"]["status"]) - fmt.Printf("%T", roomstatus["data"]["room"]["status"]) var realurl any if mediaslice, ok := mediamap["data"]["room"]["stream_url"]["hls_pull_url_map"].(map[string]any); ok { for k, v := range mediaslice {