mirror of
https://github.com/Jackett/Jackett
synced 2025-03-16 16:55:44 +00:00
Updated Definition format (markdown)
parent
51e8f3ab27
commit
a650fab709
1 changed files with 13 additions and 0 deletions
|
@ -192,6 +192,19 @@ settings:
|
|||
defaults:
|
||||
- 1080p
|
||||
- 720p
|
||||
|
||||
# this special type generates an info box in the indexer config that gives instructions on how to fetch a cookie
|
||||
- name: info_cookie
|
||||
type: Info_cookie
|
||||
|
||||
# this special type generates an info box in the indexer config to warn that the flaresolverr app may be required
|
||||
- name: info_flaresolverr
|
||||
type: Info_flarecolverr
|
||||
|
||||
# this special type generates an info box in the indexer config that gives instructions on how to fetch a useragent
|
||||
- name: info_useragent
|
||||
type: Info_useragent
|
||||
|
||||
```
|
||||
|
||||
If it's a public tracker and no config settings are needed then set `settings: []` to disable all options.
|
||||
|
|
Loading…
Add table
Reference in a new issue