From fc4e37cec791eae6e58b7bcd12136091feec8ce3 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 22 Feb 2024 06:35:48 +1300 Subject: [PATCH] rutor: latest now on home page top/ is causing a gateway error --- src/Jackett.Common/Definitions/rutor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/rutor.yml b/src/Jackett.Common/Definitions/rutor.yml index c0c073582..7f3e6fa29 100644 --- a/src/Jackett.Common/Definitions/rutor.yml +++ b/src/Jackett.Common/Definitions/rutor.yml @@ -77,8 +77,8 @@ search: paths: # http://rutor.info/search/0/0/010/0/tt10288566 # search title and descr for imdb # http://rutor.info/search/0/0/100/0/gotham%2004x01 # search title for query - # http://rutor.info/top/ # search keywordless - - path: "{{ if .Query.IMDBID }}search/0/0/010/{{ .Config.sort }}/{{ .Query.IMDBID }}{{ else }}{{ end }}{{ if .Keywords }}search/0/0/100/{{ .Config.sort }}/{{ .Keywords }}/{{ else }}{{ end }}{{ if or .Keywords .Query.IMDBID }}{{ else }}top/{{ end }}" + # http://rutor.info/ # search keywordless + - path: "{{ if .Query.IMDBID }}search/0/0/010/{{ .Config.sort }}/{{ .Query.IMDBID }}{{ else }}{{ end }}{{ if .Keywords }}search/0/0/100/{{ .Config.sort }}/{{ .Keywords }}/{{ else }}{{ end }}{{ if or .Keywords .Query.IMDBID }}{{ else }}/{{ end }}" rows: selector: tr:has(td:has(a[href^="magnet:?xt="]))