Add advanced search to Anidex indexer (#1418)

* Added language id support to Anidex.

* Added category id support to Anidex.
This commit is contained in:
Mike 2017-05-28 18:13:38 +02:00 committed by kaso17
parent 6857d0ad24
commit 95398b4f06
1 changed files with 9 additions and 2 deletions

View File

@ -15,7 +15,13 @@
search: [q] search: [q]
tv-search: [q, season, ep] tv-search: [q, season, ep]
settings: [] settings:
- name: cat-id
type: text
label: Category Id
- name: lang-id
type: text
label: Language Id
search: search:
path: "ajax/page.ajax.php" path: "ajax/page.ajax.php"
@ -24,7 +30,8 @@
inputs: inputs:
page: "torrents" page: "torrents"
filename: "{{ .Query.Keywords }}" filename: "{{ .Query.Keywords }}"
category: "0" category: "{{ .Config.cat-id }}"
lang_id: "{{ .Config.lang-id }}"
rows: rows:
selector: div.table-responsive > table > tbody > tr selector: div.table-responsive > table > tbody > tr
fields: fields: