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

[功能请求] 关于漫画下载接口更新 #181

Open
btjawa opened this issue Jan 2, 2025 · 1 comment
Open

[功能请求] 关于漫画下载接口更新 #181

btjawa opened this issue Jan 2, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@btjawa
Copy link

btjawa commented Jan 2, 2025

原因

1

功能简述

1

功能逻辑

原接口修改了返回数据结构,并修改了请求参数
返回中不再单独存放url与token,而是直接将完整url放在了"complete_url"键中
以及请求时的urls数组中改为了相对路径,而不是完整url

{
	"code": 0,
	"msg": "",
	"data": [
		{
			"url": "",
			"token": "",
			"complete_url": "xxx",
			"hit_encrpyt": true
		}
	]
}

具体可以查看这条Issue
新的请求方式可以获取一话中大部分图像(返回中的Content-Type为image/jpeg),但是有一小部分图像格式不正常(Content-Type为text/plain

我的项目大致实现了新的调用方式,各位可以试试

实现参考

No response

Copy link

github-actions bot commented Jan 2, 2025

感谢你提交的问题,我会尽快处理! (ᗜ ˰ ᗜ)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant