mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 05:36:44 +00:00
Updated Definition format (markdown)
parent
01e26dc4ad
commit
3aaba27c89
1 changed files with 3 additions and 3 deletions
|
@ -40,15 +40,15 @@ Each definition must start with a header like this:
|
||||||
# web site, in lower case, stripped of any special characters and space
|
# web site, in lower case, stripped of any special characters and space
|
||||||
id: thepiratebay
|
id: thepiratebay
|
||||||
|
|
||||||
# [REQUIRED] Display name (The full name of the tracker)
|
|
||||||
name: The Pirate Bay
|
|
||||||
|
|
||||||
# [OPTIONAL] This is an administrative function which should not be used by the end user.
|
# [OPTIONAL] This is an administrative function which should not be used by the end user.
|
||||||
# It is used to maintain backward compatibility when renaming the id of an indexer
|
# It is used to maintain backward compatibility when renaming the id of an indexer
|
||||||
# (the id is used in the torznab/download/search urls and in the indexer configuration file)
|
# (the id is used in the torznab/download/search urls and in the indexer configuration file)
|
||||||
replaces:
|
replaces:
|
||||||
- tpb-original
|
- tpb-original
|
||||||
|
|
||||||
|
# [REQUIRED] Display name (The full name of the tracker)
|
||||||
|
name: The Pirate Bay
|
||||||
|
|
||||||
# [REQUIRED] displayed in the tooltip on the add-indexer page and in the config panel
|
# [REQUIRED] displayed in the tooltip on the add-indexer page and in the config panel
|
||||||
description: "Pirate Bay (TPB) is the galaxy’s most resilient Public BitTorrent site"
|
description: "Pirate Bay (TPB) is the galaxy’s most resilient Public BitTorrent site"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue