From 6df09f85e3a6a89a4ca08067257c15c46dca8e7a Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 20 Sep 2024 06:18:31 +1200 Subject: [PATCH] hellashut: torrent-search -> browse --- src/Jackett.Common/Definitions/hellashut.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/hellashut.yml b/src/Jackett.Common/Definitions/hellashut.yml index 83b381224..5d0ea62b3 100644 --- a/src/Jackett.Common/Definitions/hellashut.yml +++ b/src/Jackett.Common/Definitions/hellashut.yml @@ -137,8 +137,8 @@ download: search: paths: - # https://hellashut.de/torrents-search.php?c52=1&search=&cat=0&incldead=1&advanced=1&lang=0&blah=0&freeleech=0&sort=id&order=desc - - path: torrents-search.php + # https://hellashut.net/browse.php?search=&incldead=1&freeleech=0&lang=0&blah=0&team=0 + - path: browse.php inputs: $raw: "{{ range .Categories }}c{{.}}=1&{{end}}" search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"