mirror of
https://github.com/91270/MeiamSubtitles.git
synced 2026-02-03 02:24:16 +08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea887747b7 | ||
|
|
08a1936bf5 | ||
|
|
5d4b42c1f8 | ||
|
|
2216cb40b3 |
@@ -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)
|
||||
|
||||
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user