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:
|
||||
- https://www.tokyotosho.info/
|
||||
|
||||
settings:
|
||||
- name: type-id
|
||||
type: text
|
||||
label: Type Id
|
||||
|
||||
caps:
|
||||
categories:
|
||||
1: TV/Anime # Anime
|
||||
@@ -32,6 +37,8 @@
|
||||
path: "{{if .Query.Keywords }}search.php{{else}}index.php{{end}}"
|
||||
inputs:
|
||||
terms: "{{ .Query.Keywords }}"
|
||||
type: "{{ .Config.type-id }}"
|
||||
cat: "{{ .Config.type-id }}"
|
||||
rows:
|
||||
selector: "table.listing tr.category_0"
|
||||
after: 1
|
||||
|
Reference in New Issue
Block a user