mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
desitorrent; new api path
This commit is contained in:
parent
a67a77f7ec
commit
8edc0ae442
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ settings:
|
||||||
default: "Inactive accounts will be disabled after 3 months of inactivity, 1 month for new accounts. Members must generate some download or upload activity at least once every 3 months."
|
default: "Inactive accounts will be disabled after 3 months of inactivity, 1 month for new accounts. Members must generate some download or upload activity at least once every 3 months."
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: /api/torrents
|
path: /api/v1/torrents
|
||||||
method: get
|
method: get
|
||||||
error:
|
error:
|
||||||
- selector: a[href*="/login"]
|
- selector: a[href*="/login"]
|
||||||
|
@ -68,7 +68,7 @@ search:
|
||||||
paths:
|
paths:
|
||||||
# https://github.com/HDInnovations/UNIT3D-Community-Edition/wiki/Torrent-API-(UNIT3D-v8.x.x)
|
# https://github.com/HDInnovations/UNIT3D-Community-Edition/wiki/Torrent-API-(UNIT3D-v8.x.x)
|
||||||
# https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/app/Http/Controllers/API/TorrentController.php#L476
|
# https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/app/Http/Controllers/API/TorrentController.php#L476
|
||||||
- path: "/api/torrents/filter"
|
- path: "/api/v1/torrents/filter"
|
||||||
response:
|
response:
|
||||||
type: json
|
type: json
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue