mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
Update torrentkitty.yml
This commit is contained in:
parent
a53fbd3194
commit
83d6eb05fa
1 changed files with 13 additions and 3 deletions
|
@ -13,14 +13,24 @@ links:
|
|||
|
||||
caps:
|
||||
categories:
|
||||
"other": Other
|
||||
tv: TV
|
||||
movies: Movies
|
||||
other: Other
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
|
||||
settings: []
|
||||
settings:
|
||||
- name: category-id
|
||||
type: select
|
||||
label: The TorrentKitty web site does not provide categories. Select the category you want Jackett to set on all results returned.
|
||||
default: other
|
||||
options:
|
||||
tv: TV
|
||||
movies: Movies
|
||||
other: Other
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
@ -31,7 +41,7 @@ search:
|
|||
|
||||
fields:
|
||||
category:
|
||||
text: other
|
||||
text: "{{ .Config.category-id }}"
|
||||
title:
|
||||
selector: td.name
|
||||
details:
|
||||
|
|
Loading…
Add table
Reference in a new issue