1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-22 07:43:13 +00:00

Updated Definition format (markdown)

garfield69 2021-10-25 12:41:49 +13:00
parent 0fc565cf5d
commit 999931d3c4

@ -594,6 +594,11 @@ search:
attribute: torrents
# [OPTIONAL] If there are multiple torrents per title
multiple: true
# [OPTIONAL] In the event that a server responds to a query-not-found with a message instead of
# the more common empty json object or a Count set to 0, you can code the message here and prevent
# the "Exception (indexer): Object reference not set to an instance of an object." error and have
# the more traditional "0 Results Found" state instead.
NoResultsMessage: "nothing found message from server"
inputs:
# Specify whichever query parameters the API is prepared to accept as valid. Some examples below.