From db9fb73b4d2d5d79385aeeb6016744a221106605 Mon Sep 17 00:00:00 2001 From: garfield69 Date: Fri, 22 Sep 2017 18:06:22 +1200 Subject: [PATCH] anidex: fix #1817 settings' category id causing no results (#1880) --- src/Jackett/Definitions/anidex.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/Jackett/Definitions/anidex.yml b/src/Jackett/Definitions/anidex.yml index c399d6251..46b20e9cc 100644 --- a/src/Jackett/Definitions/anidex.yml +++ b/src/Jackett/Definitions/anidex.yml @@ -1,4 +1,4 @@ ---- +--- site: anidex name: Anidex description: "Anidex is a torrent tracker and indexer, primarily for English fansub groups of anime" @@ -34,16 +34,13 @@ - name: cat-id type: text label: Category Id -# no longer supported? -# - name: lang-id -# type: text -# label: Language Id + - name: info + type: info + label: Category Id Note + default: "You can filter your searches by using any of the following category numbers (comma delimited):
1 :Anime - Sub
2 :Anime - Raw
3 :Anime - Dub
4 :LA - Sub
5 :LA - Raw
6 :Light Novel
7 :Manga - TLed
8 :Manga - Raw
9 :♫ - Lossy
10 :♫ - Lossless
11 :♫ - Video
12 :Games
13 :Applications
14 :Pictures
15 :Adult Video
16 :Other" search: - path: "/" - inputs: - q: "{{ .Query.Keywords }}" - id: "{{ .Config.cat-id }}" + path: "?{{if .Config.cat-id}}id={{.Config.cat-id }}&{{else}}{{end}}q={{if .Keywords}}{{.Keywords}}{{else}}{{end}}" rows: selector: div.table-responsive > table > tbody > tr fields: