Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

提供手机迅雷API,可以考虑加入到插件中 #100

Open
KingCheni opened this issue Oct 30, 2024 · 0 comments
Open

提供手机迅雷API,可以考虑加入到插件中 #100

KingCheni opened this issue Oct 30, 2024 · 0 comments

Comments

@KingCheni
Copy link

KingCheni commented Oct 30, 2024

https://api-shoulei-ssl.xunlei.com/oracle/subtitle?duration=${时长}&gcid=${gcid}&name=${名称}

有名称即可发起GET请求

RESPONSE:

{
    "code": 0,
    "data": [
        {
            "gcid": "",
            "cid": "",
            "url": "",
            "ext": "ass",
            "name": "XXX",
            "duration": 666,
            "languages": [
                "默认"
            ],
            "source": 0,
            "score": 0,
            "fingerprintf_score": 0,
            "extra_name": "(网友上传)"
        }]
}

另外目前迅雷看看下载的字幕文件,aliyun oss上已经删除,可以调整下相关逻辑。

<?xml version="1.0" encoding="UTF-8"?>
<Error>
  <Code>NoSuchKey</Code>
  <Message>The specified key does not exist.</Message>
  <RequestId>67223A33EFD9B9363703CB04</RequestId>
  <HostId>xlppc-subtitle.oss-cn-shanghai-internal.aliyuncs.com</HostId>
  <Key>79/64/7964F5E49F372ACEE3BFFE4130BEB94C9CB4BB0A.ass</Key>
  <EC>0026-00000001</EC>
  <RecommendDoc>https://api.aliyun.com/troubleshoot?q=0026-00000001</RecommendDoc>
</Error>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant