1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-03 05:36:44 +00:00

Updated Definition format (markdown)

garfield69 2021-10-21 15:44:03 +13:00
parent 101dea622c
commit aad61bbd00

@ -604,11 +604,13 @@ search:
rows:
# [REQUIRED] This is the where you define how to find the row sets that contain the torrent fields
selector: data.movies
# [OPTIONAL] You can explicitly provide the number of rows if the response contains this field
# So if the response had a count of 0 this would indicate a results not found condition.
# If the response is simply an empty set [] then that also signifies no results found.
# [OPTIONAL] If the response contains a field that indicates the number of hits returned,
# then you define that field in the count block selector, so that if the response had a
# count of 0 if would indicate a results not found condition.
# If the response uses an empty set [] to signify a no results found state, then don't use the count block.
count:
# [REQUIRED] IF you have defined the Count block then you need to provide the field that has the count.
# You can use the $ symbol to refer to the root object, for example: $[0].found_total
selector: data.movie_count
# [REQUIRED] list of attributes which are extracted for each row