mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 12:23:03 +00:00
c9e714418e17a6c955186abe27bf5af871f4e2e3
lz-cow-api
蓝奏云-奶牛快传的直链解析的API服务
使用Jdk17+Vert.x4.4.1+Jsoup
Core模块集成Vert.x实现类spring的注解式路由API
示例:
// 解析并重定向到直链
###
# @no-redirect
GET http://127.0.0.1:6400/parser?url=https://lanzoux.com/ia2cntg
###
# @no-redirect
GET http://127.0.0.1:6400/parser?url=https://cowtransfer.com/s/9a644fe3e3a748
// Rest请求(只提供共享文件Id): cow 奶牛快传; lz 蓝奏云
###
# @no-redirect
GET http://127.0.0.1:6400/cow/9a644fe3e3a748
// 解析返回json直链
###
GET http://127.0.0.1:6400/json/cow/9a644fe3e3a748
###
GET http://127.0.0.1:6400/json/lz/ia2cntg
TODO:
解析蓝奏云加密链接
Languages
Java
69%
JavaScript
15.6%
Vue
12.3%
HTML
2.3%
Shell
0.3%
Other
0.4%