From 3f0bbc93c364c2940abce4c672061c1ff895b8e5 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 17 Feb 2024 22:23:56 +0000 Subject: [PATCH] torrent911 & torrent9clone: fix details link. resolves #15062 (#15063) --- src/Jackett.Common/Definitions/torrent911.yml | 2 +- src/Jackett.Common/Definitions/torrent9clone.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/torrent911.yml b/src/Jackett.Common/Definitions/torrent911.yml index c385a02fc..4b5afef36 100644 --- a/src/Jackett.Common/Definitions/torrent911.yml +++ b/src/Jackett.Common/Definitions/torrent911.yml @@ -134,7 +134,7 @@ search: attribute: onclick filters: - name: regexp - args: (torrent/\d+) + args: (/torrent/\d+) download: text: "{{ .Result.details }}" size: diff --git a/src/Jackett.Common/Definitions/torrent9clone.yml b/src/Jackett.Common/Definitions/torrent9clone.yml index 87fdab143..3e8b123c7 100644 --- a/src/Jackett.Common/Definitions/torrent9clone.yml +++ b/src/Jackett.Common/Definitions/torrent9clone.yml @@ -131,7 +131,7 @@ search: attribute: onclick filters: - name: regexp - args: (torrent/\d+) + args: (/torrent/\d+) download: text: "{{ .Result.details }}" date: