From df5160cfa3533daa4f5f3e4ed205d7e3918df843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E5=BD=AA?= <1315508912@qq.com> Date: Tue, 12 Dec 2023 00:21:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8E=BB=E6=8E=89=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DownKyi.Core/BiliApi/WebClient.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/DownKyi.Core/BiliApi/WebClient.cs b/DownKyi.Core/BiliApi/WebClient.cs index 0c5f162..24c077e 100644 --- a/DownKyi.Core/BiliApi/WebClient.cs +++ b/DownKyi.Core/BiliApi/WebClient.cs @@ -75,8 +75,6 @@ internal static class WebClient } } - request.Proxy = new WebProxy("http://localhost:8080"); - string html = string.Empty; using (HttpWebResponse response = (HttpWebResponse)request.GetResponse()) {