mirror of
https://github.com/leiurayer/downkyi.git
synced 2024-04-21 12:41:55 +00:00
Aria下载器添加header
This commit is contained in:
@@ -36,11 +36,11 @@ namespace DownKyi.Core.Aria2cNet.Client.Entity
|
||||
[JsonProperty("dir")]
|
||||
public string Dir { get; set; }
|
||||
|
||||
//[JsonProperty("header")]
|
||||
//public string Header { get; set; }
|
||||
[JsonProperty("header")]
|
||||
public string Header { get; set; }
|
||||
|
||||
//[JsonProperty("use-head")]
|
||||
//public string UseHead { get; set; }
|
||||
[JsonProperty("use-head")]
|
||||
public string UseHead { get; set; }
|
||||
|
||||
[JsonProperty("user-agent")]
|
||||
public string UserAgent { get; set; }
|
||||
|
||||
@@ -1025,9 +1025,9 @@ namespace DownKyi.Services.Download
|
||||
//HttpProxy = $"http://{Settings.GetAriaHttpProxy()}:{Settings.GetAriaHttpProxyListenPort()}",
|
||||
Dir = path,
|
||||
Out = localFileName,
|
||||
//Header = $"cookie: {LoginHelper.GetLoginInfoCookiesString()}\nreferer: https://www.bilibili.com",
|
||||
//UseHead = "true",
|
||||
UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36",
|
||||
Header = $"cookie: {LoginHelper.GetLoginInfoCookiesString()}\nreferer: https://www.bilibili.com",
|
||||
UseHead = "true",
|
||||
UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36",
|
||||
};
|
||||
|
||||
// 如果设置了代理,则增加HttpProxy
|
||||
|
||||
Reference in New Issue
Block a user