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:
|
caps:
|
||||||
categories:
|
categories:
|
||||||
"other": Other
|
tv: TV
|
||||||
|
movies: Movies
|
||||||
|
other: Other
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
tv-search: [q, season, ep]
|
tv-search: [q, season, ep]
|
||||||
movie-search: [q]
|
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:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
@ -31,7 +41,7 @@ search:
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
text: other
|
text: "{{ .Config.category-id }}"
|
||||||
title:
|
title:
|
||||||
selector: td.name
|
selector: td.name
|
||||||
details:
|
details:
|
||||||
|
|
Loading…
Add table
Reference in a new issue