ipcjs / bilibili-helper

各种油猴脚本
https://greasyfork.org/zh-CN/users/86730-ipcjs
3.89k stars 328 forks source link

自动生成简体中文字幕功能失效 #1136

Closed dieterminator closed 1 year ago

dieterminator commented 1 year ago

image QQ截图20230114131101

发生了跨域,请求返回状态200,但无法加载响应数据

Guochengjie commented 1 year ago

我已经请求修复,请查看pull request https://github.com/ipcjs/bilibili-helper/pull/1138
随便写了一个API,去调用繁化姬,然后处理了一下格式
在正式修复之前,大家可以手动替换

subtitle_url: `//video1.beijcloud.com/sub/t2cn/?sub_url=${origSubUrl}&sub_id=${encSubId}`,

为:

subtitle_url: `//zhconvert.geecloud.eu/hans2cn?source_url=${origSubUrl}&sub_id=${encSubId}`,
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.