mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Update torrentkitty.yml
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user