-
Notifications
You must be signed in to change notification settings - Fork 55
feat: adapt new mteam api #21
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
Conversation
7ac4de3 to
3ba0dc9
Compare
|
Updated: api doc https://test2.m-team.cc/api/doc.html#/home |
|
https://test2.m-team.cc/api/doc.html#/home |
Program: just put x-api-key in http header config example: |
这里是ptool工具的PR,不是jackkett的 |
|
感谢提供 mteam 新版程序的实现。 看了下有几个小问题。
|
实在不知道怎么用呀。给个截图演示吧! |
了解,我晚点调整一下 btw: |
|
batchdl 命令使用 GetAllTorrents,就是一页页爬取 baseUrl (np 默认 torrents.php) 的种子,返回本页的种子和下一页页码。这个是我当电子书战士时用的,也用来在站免时下整站。 |
b1c5712 to
3bfa3bc
Compare
已调整 |
introduce a new Site impl: mtorrent.Site, which is able to 1. search torrents 2. get user profile 3. get torrent's real download url usage: specify x-api-key in httpHeaders
3bfa3bc to
26d5d30
Compare

fix #20
introduce a new Site impl: mtorrent.Site, which is able to
我个人只使用brush命令,
GetAllTorrents暂未实现