mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 07:43:13 +00:00
Updated Definition format (markdown)
parent
0fc565cf5d
commit
999931d3c4
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue