From eb658ab421acb23d231adb0cc33588a79cdd0793 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 25 Jan 2018 15:04:33 +1300 Subject: [PATCH] torrent9: fix download link. resolves #2470 --- src/Jackett.Common/Definitions/torrent9.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/torrent9.yml b/src/Jackett.Common/Definitions/torrent9.yml index 8df7a8fd5..b833844f4 100644 --- a/src/Jackett.Common/Definitions/torrent9.yml +++ b/src/Jackett.Common/Definitions/torrent9.yml @@ -91,8 +91,8 @@ selector: td:nth-child(1) a attribute: href filters: - - name: replace - args: [ "/torrent", "/get_torrent"] + - name: re_replace + args: [ "/torrent/\\d{5,}/", "/get_torrent/"] - name: append args: ".torrent" date: