Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qinlili23333/itchio.workers
用Cloudflare Workers解析itchio的下载链接
https://github.com/qinlili23333/itchio.workers
Last synced: 20 days ago
JSON representation
用Cloudflare Workers解析itchio的下载链接
- Host: GitHub
- URL: https://github.com/qinlili23333/itchio.workers
- Owner: qinlili23333
- License: gpl-3.0
- Created: 2022-02-08T02:15:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T09:00:39.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T18:28:06.567Z (3 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# itchio.workers
用Cloudflare Workers解析itchio的下载链接## 接口说明
### directlink
返回一个前往解析地址结果的302请求
### proxylink
代理下载,免费版cf只能下载100M以内文件
### getlink
以文本格式返回解析地址结果## 传入参数
### user
itch.io用户名,是项目拥有者的,可通过域名判断,如`qinlili23333.itch.io`则为`qinlili23333`
### project
项目名,可通过地址判断,如`xxx.itch.io/zhijiang-mobile`则为`zhijiang-mobile`
### fileid
文件id,在下载页面右键下载按钮可看到`下载`,其中`data-upload_id`对应的`5201078`就是文件id## 测试地址
### itchio.qinlili.bid
为防止滥用,本域名仅可解析琴梨梨的项目,需要解析其他项目请自行部署。本域名不支持proxylink模式