1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-16 08:49:58 +00:00

Updated Definition format (markdown)

garfield69 2024-05-23 17:17:21 +12:00
parent 51e8f3ab27
commit a650fab709

@ -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.