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()) {