From 8edc0ae4426bdb1ee6baff1f0ee4d32287b01d1c Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 13 Jun 2024 13:26:04 +1200 Subject: [PATCH] desitorrent; new api path --- src/Jackett.Common/Definitions/desitorrents-api.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/desitorrents-api.yml b/src/Jackett.Common/Definitions/desitorrents-api.yml index ae6fefcb5..d2b2d5d6b 100644 --- a/src/Jackett.Common/Definitions/desitorrents-api.yml +++ b/src/Jackett.Common/Definitions/desitorrents-api.yml @@ -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." login: - path: /api/torrents + path: /api/v1/torrents method: get error: - selector: a[href*="/login"] @@ -68,7 +68,7 @@ search: paths: # 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 - - path: "/api/torrents/filter" + - path: "/api/v1/torrents/filter" response: type: json