mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +00:00
Updated Definition format (markdown)
parent
6b9610ad1f
commit
101dea622c
1 changed files with 4 additions and 3 deletions
|
@ -615,14 +615,15 @@ search:
|
|||
fields:
|
||||
# All the regular filters are available as described elsewhere in the Wiki. I've included some examples.
|
||||
#
|
||||
# If you have not defined an attribute in the response block above, then all the fields are extracted from the rows set.
|
||||
# If you have not defined an attribute in the response block above, then all the fields are extracted
|
||||
# from the rows set.
|
||||
# If you have defined an attribute in the response block above, then a prefix of .. means that this field
|
||||
# is extracted directly from the rows set, and without a .. prefix you are indicating that the field is
|
||||
# to be extracted from the attribute subset.
|
||||
#
|
||||
# Any fields below that do not have either [OPTIONAL] or [REQUIRED] are working fields.
|
||||
# You give them a name and use them to extract additional data from the row sets, which you can use in conditionals for
|
||||
# setting strings for other fields, or as direct values for concatenating into strings.
|
||||
# You give them a name and use them to extract additional data from the row sets, which you can use in
|
||||
# conditionals for setting strings for other fields, or as direct values for concatenating into strings.
|
||||
#
|
||||
# [OPTIONAL] tracker category id (id field from from caps/categorymappings)
|
||||
# While not required, it is usual to return a category for Torznab apps to use,
|
||||
|
|
Loading…
Add table
Reference in a new issue