4 Commits

Author SHA1 Message Date
Meiam
ea887747b7 修复射手下载字幕提示 SSL 错误问题 2021-12-23 20:35:23 +08:00
Meiam
08a1936bf5 Update README.MD 2021-11-23 10:59:46 +08:00
Meiam
5d4b42c1f8 更新说明 2021-08-18 16:16:00 +08:00
Meiam
2216cb40b3 修改说明文件 2021-07-10 14:34:59 +08:00
2 changed files with 7 additions and 2 deletions

View File

@@ -176,6 +176,8 @@ namespace Emby.MeiamSub.Shooter
{
var downloadSub = _jsonSerializer.DeserializeFromString<DownloadSubInfo>(Base64Decode(info));
downloadSub.Url = downloadSub.Url.Replace("https://www.shooter.cn", "http://www.shooter.cn");
_logger.Debug($"MeiamSub.Shooter DownloadSub | Url -> { downloadSub.Url } | Format -> { downloadSub.Format } | Language -> { downloadSub.Language } ");
var response = await _httpClient.GetResponse(new HttpRequestOptions
@@ -186,6 +188,7 @@ namespace Emby.MeiamSub.Shooter
AcceptHeader = "*/*",
});
_logger.Debug($"MeiamSub.Shooter DownloadSub | Response -> { response.StatusCode }");
if (response.StatusCode == HttpStatusCode.OK)

View File

@@ -22,8 +22,8 @@ Emby 中文字幕插件 ,支持 迅雷影音、射手网、 精准匹配,自
## 功能介绍
- [x] 支持 迅雷看看 Hash 匹配自动下载字幕
- [x] 支持 射手影音 Hash 匹配自动下载字幕
- [x] 支持 迅雷看看 字幕下载 Hash匹配
- [x] 支持 射手影音 字幕下载 Hash匹配
## 项目说明
@@ -38,6 +38,8 @@ Emby 中文字幕插件 ,支持 迅雷影音、射手网、 精准匹配,自
## 使用插件
首先下载已编译好的插件 [LINK](https://github.com/91270/Emby.MeiamSub/releases)
### WINDOWS
```bash
复制插件文件到 Emby-Server\Programdata\Plugins\