From 57200f1513f29b32b45d716eeb0fcce9fb8d602f Mon Sep 17 00:00:00 2001 From: kira1928 Date: Thu, 30 May 2024 23:41:15 +0900 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=99=8E=E7=89=99=E7=9A=84ip?= =?UTF-8?q?hone=20useragent=EF=BC=8C=E9=98=B2=E6=AD=A2=E8=A2=AB=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E9=87=8D=E5=AE=9A=E5=90=91=E5=88=B0=E5=B7=B2?= =?UTF-8?q?=E5=A4=B1=E6=95=88=E7=9A=84=E6=89=8B=E6=9C=BA=E7=AB=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=20(#733)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/live/huya/huya.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/live/huya/huya.go b/src/live/huya/huya.go index 6740afe6..65d7b80d 100644 --- a/src/live/huya/huya.go +++ b/src/live/huya/huya.go @@ -25,7 +25,7 @@ import ( const ( domain = "www.huya.com" cnName = "虎牙" - userAgent = "Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1" + userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" ) func init() {