From a73fbccd22caa7fea8bcbd8e7e28f4162e33ecc7 Mon Sep 17 00:00:00 2001 From: Akuma737 Date: Wed, 18 Apr 2018 11:32:59 +0200 Subject: [PATCH] Anidex: Add language id support (#2988) --- src/Jackett.Common/Definitions/anidex.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/anidex.yml b/src/Jackett.Common/Definitions/anidex.yml index 4aa5db548..75c802443 100644 --- a/src/Jackett.Common/Definitions/anidex.yml +++ b/src/Jackett.Common/Definitions/anidex.yml @@ -38,10 +38,13 @@ 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" - + - name: lang-id + type: text + label: Language Id + search: paths: - - path: "?{{if .Config.cat-id}}id={{.Config.cat-id }}&{{else}}{{end}}q={{if .Keywords}}{{.Keywords}}{{else}}{{end}}" + - path: "?{{if .Config.cat-id}}id={{.Config.cat-id }}&{{else}}{{end}}{{if .Config.lang-id}}lang_id={{.Config.lang-id}}&{{else}}{{end}}q={{if .Keywords}}{{.Keywords}}{{else}}{{end}}" rows: selector: div.table-responsive > table > tbody > tr fields: