mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Add advanced search to TokyoTosho indexer. (#1420)
* Add advanced search to TokyoTosho indexer. * Fix issue where it wouldn't filter on index.php.
This commit is contained in:
@@ -8,6 +8,11 @@
|
|||||||
links:
|
links:
|
||||||
- https://www.tokyotosho.info/
|
- https://www.tokyotosho.info/
|
||||||
|
|
||||||
|
settings:
|
||||||
|
- name: type-id
|
||||||
|
type: text
|
||||||
|
label: Type Id
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categories:
|
categories:
|
||||||
1: TV/Anime # Anime
|
1: TV/Anime # Anime
|
||||||
@@ -32,6 +37,8 @@
|
|||||||
path: "{{if .Query.Keywords }}search.php{{else}}index.php{{end}}"
|
path: "{{if .Query.Keywords }}search.php{{else}}index.php{{end}}"
|
||||||
inputs:
|
inputs:
|
||||||
terms: "{{ .Query.Keywords }}"
|
terms: "{{ .Query.Keywords }}"
|
||||||
|
type: "{{ .Config.type-id }}"
|
||||||
|
cat: "{{ .Config.type-id }}"
|
||||||
rows:
|
rows:
|
||||||
selector: "table.listing tr.category_0"
|
selector: "table.listing tr.category_0"
|
||||||
after: 1
|
after: 1
|
||||||
|
Reference in New Issue
Block a user