diff --git a/resources/json/prowlarr-indexers.json b/resources/json/prowlarr-indexers.json index 2435763..9f545ca 100644 --- a/resources/json/prowlarr-indexers.json +++ b/resources/json/prowlarr-indexers.json @@ -1,2190 +1,2563 @@ [ - { - "indexerUrls": [ - "https://bitsearch.to/", - "https://bitsearch.nocensor.cloud/", - "https://bitsearch.mrunblock.bond/" - ], - "legacyUrls": [ - "https://bitsearch.nocensor.biz/", - "https://bitsearch.nocensor.sbs/", - "https://bitsearch.nocensor.world/", - "https://bitsearch.nocensor.lol/", - "https://bitsearch.mrunblock.guru/", - "https://bitsearch.mrunblock.life/", - "https://bitsearch.nocensor.click/" - ], - "definitionName": "bitsearch", - "description": "BitSearch is a Public torrent meta-search engine", - "language": "en-US", - "encoding": "Unicode (UTF-8)", - "enable": true, - "redirect": false, - "supportsRss": true, - "supportsSearch": true, - "supportsRedirect": false, - "supportsPagination": false, - "appProfileId": 1, - "protocol": "torrent", - "privacy": "public", - "capabilities": { - "limitsMax": 100, - "limitsDefault": 100, - "categories": [ - { - "id": 3000, - "name": "Audio", - "subCategories": [ - { - "id": 3030, - "name": "Audio/Audiobook", - "subCategories": [] - }, - { - "id": 3010, - "name": "Audio/MP3", - "subCategories": [] - }, - { - "id": 3040, - "name": "Audio/Lossless", - "subCategories": [] - }, - { - "id": 3020, - "name": "Audio/Video", - "subCategories": [] - } - ] - }, - { - "id": 7000, - "name": "Books", - "subCategories": [ - { - "id": 7020, - "name": "Books/EBook", - "subCategories": [] - }, - { - "id": 7030, - "name": "Books/Comics", - "subCategories": [] - } - ] - }, - { - "id": 4000, - "name": "PC", - "subCategories": [ - { - "id": 4050, - "name": "PC/Games", - "subCategories": [] - }, - { - "id": 4070, - "name": "PC/Mobile-Android", - "subCategories": [] - }, - { - "id": 4020, - "name": "PC/ISO", - "subCategories": [] - }, - { - "id": 4010, - "name": "PC/0day", - "subCategories": [] - } - ] - }, - { - "id": 2000, - "name": "Movies", - "subCategories": [] - }, - { - "id": 8000, - "name": "Other", - "subCategories": [ - { - "id": 8010, - "name": "Other/Misc", - "subCategories": [] - } - ] - }, - { - "id": 5000, - "name": "TV", - "subCategories": [] - } - ], - "supportsRawSearch": false, - "searchParams": [ - "q", - "q" - ], - "tvSearchParams": [ - "q", - "season", - "ep" - ], - "movieSearchParams": [ - "q" - ], - "musicSearchParams": [ - "q" - ], - "bookSearchParams": [ - "q" - ] - }, - "priority": 25, - "downloadClientId": 0, - "added": "2024-01-30T18:47:08Z", - "sortName": "bitsearch", - "name": "BitSearch", - "fields": [ - { - "order": 0, - "name": "definitionFile", - "value": "bitsearch", - "type": "textbox", - "advanced": false, - "hidden": "hidden", - "isFloat": false - }, - { - "order": 1, - "name": "baseUrl", - "label": "Base Url", - "helpText": "Select which baseurl Prowlarr will use for requests to the site", - "value": "https://bitsearch.to/", - "type": "select", - "advanced": false, - "selectOptionsProviderAction": "getUrls", - "isFloat": false - }, - { - "order": 2, - "name": "baseSettings.queryLimit", - "label": "Query Limit", - "helpText": "The number of max queries as specified by the respective unit that Prowlarr will allow to the site", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 3, - "name": "baseSettings.grabLimit", - "label": "Grab Limit", - "helpText": "The number of max grabs as specified by the respective unit that Prowlarr will allow to the site", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 4, - "name": "baseSettings.limitsUnit", - "label": "Limits Unit", - "helpText": "The unit of time for counting limits per indexer", - "value": 0, - "type": "select", - "advanced": true, - "selectOptions": [ - { - "value": 0, - "name": "Day", - "order": 0, - "hint": "(0)" - }, - { - "value": 1, - "name": "Hour", - "order": 1, - "hint": "(1)" - } - ], - "isFloat": false - }, - { - "order": 5, - "name": "torrentBaseSettings.appMinimumSeeders", - "label": "Apps Minimum Seeders", - "helpText": "Minimum seeders required by the Applications for the indexer to grab, empty is Sync profile's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 6, - "name": "torrentBaseSettings.seedRatio", - "label": "Seed Ratio", - "helpText": "The ratio a torrent should reach before stopping, empty is app's default", - "type": "textbox", - "advanced": true, - "isFloat": false - }, - { - "order": 7, - "name": "torrentBaseSettings.seedTime", - "label": "Seed Time", - "unit": "minutes", - "helpText": "The time a torrent should be seeded before stopping, empty is app's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 8, - "name": "torrentBaseSettings.packSeedTime", - "label": "Pack Seed Time", - "unit": "minutes", - "helpText": "The time a pack (season or discography) torrent should be seeded before stopping, empty is app's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 0, - "name": "prefer_magnet_links", - "label": "Prefer Magnet Links", - "value": false, - "type": "checkbox", - "advanced": false, - "isFloat": false - }, - { - "order": 1, - "name": "sort", - "label": "Sort requested from site", - "value": 0, - "type": "select", - "advanced": false, - "selectOptions": [ - { - "value": 0, - "name": "created", - "order": 0 - }, - { - "value": 1, - "name": "seeders", - "order": 0 - }, - { - "value": 2, - "name": "size", - "order": 0 - } - ], - "isFloat": false - }, - { - "order": 2, - "name": "type", - "label": "Order requested from site", - "value": 1, - "type": "select", - "advanced": false, - "selectOptions": [ - { - "value": 0, - "name": "asc", - "order": 0 - }, - { - "value": 1, - "name": "desc", - "order": 0 - } - ], - "isFloat": false - } - ], - "implementationName": "Cardigann", - "implementation": "Cardigann", - "configContract": "CardigannSettings", - "infoLink": "https://wiki.servarr.com/prowlarr/supported-indexers#bitsearch", - "tags": [] - }, - { - "indexerUrls": [ - "https://thepiratebay.org/", - "https://tpb25.ukpass.co/", - "https://tpb.skynetcloud.site/", - "https://piratenow.xyz/", - "https://pirate-proxy.ink/", - "https://mirrorbay.top/", - "https://proxifiedpiratebay.org/", - "https://unlockedpiratebay.com/", - "https://tpb.one/", - "https://piratebayorg.net/", - "https://tpbproxy.click/", - "https://thepiratebay0.org/", - "https://thepiratebay10.org/", - "https://pirateproxy.live/", - "https://thehiddenbay.com/", - "https://thepiratebay.zone/", - "https://tpb.party/", - "https://piratebayproxy.live/", - "https://piratebay.live/", - "https://piratebay.party/", - "https://thepiratebay.party/", - "https://ukpiratebay.org/" - ], - "legacyUrls": [ - "https://tpb19.ukpass.co/", - "https://pirateproxy.tube/", - "https://www.tpbay.win/", - "https://baypirated.site/", - "https://piratesbaycc.com/", - "https://pirateproxy.ltda/", - "https://tpb22.ukpass.co/", - "https://tpb.sadzawka.tk/", - "https://tpb.cnp.cx/", - "https://pirate-proxy.app/", - "https://thepb.cyou/", - "https://5mins.eu/", - "https://piratebayproxy.buzz/", - "https://wearethereal.ninja/", - "https://bibtor.com/", - "https://gigatorrent.xyz/", - "https://thepirateb.xyz/", - "https://ezrasstuff.com/", - "https://piratebayo3klnzokct3wt5yyxb2vpebbuyjl7m623iaxmqhsd52coid.onion.ws/", - "https://piratebayo3klnzokct3wt5yyxb2vpebbuyjl7m623iaxmqhsd52coid.onion.pet/", - "https://tpb24.ukpass.co/", - "https://thepiratebay.d4.re/", - "https://pirate-proxy.page/", - "https://5mins.shop/", - "https://tpb.surf/", - "https://tpb.monster/", - "https://thepiratebay.host/", - "https://piratetoday.xyz/", - "https://tpb.wtf/", - "https://piratebayo3klnzokct3wt5yyxb2vpebbuyjl7m623iaxmqhsd52coid.onion.ly/", - "https://piratebayo3klnzokct3wt5yyxb2vpebbuyjl7m623iaxmqhsd52coid.tor2web.to/", - "https://piratebayo3klnzokct3wt5yyxb2vpebbuyjl7m623iaxmqhsd52coid.tor2web.link/" - ], - "definitionName": "thepiratebay", - "description": "The Pirate Bay (TPB) is the galaxy’s most resilient Public BitTorrent site", - "language": "en-US", - "encoding": "Unicode (UTF-8)", - "enable": true, - "redirect": false, - "supportsRss": true, - "supportsSearch": true, - "supportsRedirect": false, - "supportsPagination": false, - "appProfileId": 1, - "protocol": "torrent", - "privacy": "public", - "capabilities": { - "limitsMax": 100, - "limitsDefault": 100, - "categories": [ - { - "id": 3000, - "name": "Audio", - "subCategories": [ - { - "id": 3030, - "name": "Audio/Audiobook", - "subCategories": [] - }, - { - "id": 3040, - "name": "Audio/Lossless", - "subCategories": [] - }, - { - "id": 3050, - "name": "Audio/Other", - "subCategories": [] - }, - { - "id": 3020, - "name": "Audio/Video", - "subCategories": [] - } - ] - }, - { - "id": 100100, - "name": "Audio", - "subCategories": [] - }, - { - "id": 100101, - "name": "Music", - "subCategories": [] - }, - { - "id": 100102, - "name": "Audio Books", - "subCategories": [] - }, - { - "id": 100103, - "name": "Sound Clips", - "subCategories": [] - }, - { - "id": 100104, - "name": "FLAC", - "subCategories": [] - }, - { - "id": 100199, - "name": "Audio Other", - "subCategories": [] - }, - { - "id": 2000, - "name": "Movies", - "subCategories": [ - { - "id": 2020, - "name": "Movies/Other", - "subCategories": [] - }, - { - "id": 2040, - "name": "Movies/HD", - "subCategories": [] - }, - { - "id": 2060, - "name": "Movies/3D", - "subCategories": [] - }, - { - "id": 2030, - "name": "Movies/SD", - "subCategories": [] - }, - { - "id": 2045, - "name": "Movies/UHD", - "subCategories": [] - } - ] - }, - { - "id": 100200, - "name": "Video", - "subCategories": [] - }, - { - "id": 100201, - "name": "Movies", - "subCategories": [] - }, - { - "id": 100202, - "name": "Movies DVDR", - "subCategories": [] - }, - { - "id": 100203, - "name": "Music Videos", - "subCategories": [] - }, - { - "id": 100204, - "name": "Movie Clips", - "subCategories": [] - }, - { - "id": 5000, - "name": "TV", - "subCategories": [ - { - "id": 5050, - "name": "TV/Other", - "subCategories": [] - }, - { - "id": 5040, - "name": "TV/HD", - "subCategories": [] - }, - { - "id": 5045, - "name": "TV/UHD", - "subCategories": [] - } - ] - }, - { - "id": 100205, - "name": "TV Shows", - "subCategories": [] - }, - { - "id": 100206, - "name": "Handheld", - "subCategories": [] - }, - { - "id": 100207, - "name": "HD - Movies", - "subCategories": [] - }, - { - "id": 100208, - "name": "HD - TV shows", - "subCategories": [] - }, - { - "id": 100209, - "name": "3D", - "subCategories": [] - }, - { - "id": 100210, - "name": "CAM/TS", - "subCategories": [] - }, - { - "id": 100211, - "name": "UHD/4k - Movies", - "subCategories": [] - }, - { - "id": 100212, - "name": "UHD/4k - TV shows", - "subCategories": [] - }, - { - "id": 100299, - "name": "Video Other", - "subCategories": [] - }, - { - "id": 4000, - "name": "PC", - "subCategories": [ - { - "id": 4030, - "name": "PC/Mac", - "subCategories": [] - }, - { - "id": 4040, - "name": "PC/Mobile-Other", - "subCategories": [] - }, - { - "id": 4060, - "name": "PC/Mobile-iOS", - "subCategories": [] - }, - { - "id": 4070, - "name": "PC/Mobile-Android", - "subCategories": [] - }, - { - "id": 4050, - "name": "PC/Games", - "subCategories": [] - } - ] - }, - { - "id": 100300, - "name": "Applications", - "subCategories": [] - }, - { - "id": 100301, - "name": "Windows", - "subCategories": [] - }, - { - "id": 100302, - "name": "Mac", - "subCategories": [] - }, - { - "id": 100303, - "name": "UNIX", - "subCategories": [] - }, - { - "id": 100304, - "name": "Handheld", - "subCategories": [] - }, - { - "id": 100305, - "name": "IOS (iPad/iPhone)", - "subCategories": [] - }, - { - "id": 100306, - "name": "Android", - "subCategories": [] - }, - { - "id": 100399, - "name": "Other OS", - "subCategories": [] - }, - { - "id": 1000, - "name": "Console", - "subCategories": [ - { - "id": 1180, - "name": "Console/PS4", - "subCategories": [] - }, - { - "id": 1040, - "name": "Console/XBox", - "subCategories": [] - }, - { - "id": 1030, - "name": "Console/Wii", - "subCategories": [] - }, - { - "id": 1090, - "name": "Console/Other", - "subCategories": [] - } - ] - }, - { - "id": 100400, - "name": "Games", - "subCategories": [] - }, - { - "id": 100401, - "name": "PC", - "subCategories": [] - }, - { - "id": 100402, - "name": "Mac", - "subCategories": [] - }, - { - "id": 100403, - "name": "PSx", - "subCategories": [] - }, - { - "id": 100404, - "name": "XBOX360", - "subCategories": [] - }, - { - "id": 100405, - "name": "Wii", - "subCategories": [] - }, - { - "id": 100406, - "name": "Handheld", - "subCategories": [] - }, - { - "id": 100407, - "name": "IOS (iPad/iPhone)", - "subCategories": [] - }, - { - "id": 100408, - "name": "Android", - "subCategories": [] - }, - { - "id": 100499, - "name": "Games Other", - "subCategories": [] - }, - { - "id": 100501, - "name": "Movies", - "subCategories": [] - }, - { - "id": 100502, - "name": "Movies DVDR", - "subCategories": [] - }, - { - "id": 100503, - "name": "Pictures", - "subCategories": [] - }, - { - "id": 100504, - "name": "Games", - "subCategories": [] - }, - { - "id": 100505, - "name": "HD - Movies", - "subCategories": [] - }, - { - "id": 100506, - "name": "Movie Clips", - "subCategories": [] - }, - { - "id": 100507, - "name": "UHD/4k - Movies", - "subCategories": [] - }, - { - "id": 8000, - "name": "Other", - "subCategories": [] - }, - { - "id": 100600, - "name": "Other", - "subCategories": [] - }, - { - "id": 7000, - "name": "Books", - "subCategories": [ - { - "id": 7020, - "name": "Books/EBook", - "subCategories": [] - }, - { - "id": 7030, - "name": "Books/Comics", - "subCategories": [] - }, - { - "id": 7050, - "name": "Books/Other", - "subCategories": [] - } - ] - }, - { - "id": 100601, - "name": "E-books", - "subCategories": [] - }, - { - "id": 100602, - "name": "Comics", - "subCategories": [] - }, - { - "id": 100603, - "name": "Pictures", - "subCategories": [] - }, - { - "id": 100604, - "name": "Covers", - "subCategories": [] - }, - { - "id": 100605, - "name": "Physibles", - "subCategories": [] - }, - { - "id": 100699, - "name": "Other Other", - "subCategories": [] - } - ], - "supportsRawSearch": false, - "searchParams": [ - "q", - "q" - ], - "tvSearchParams": [ - "q", - "season", - "ep" - ], - "movieSearchParams": [ - "q" - ], - "musicSearchParams": [ - "q" - ], - "bookSearchParams": [ - "q" - ] - }, - "priority": 25, - "downloadClientId": 0, - "added": "2024-01-30T18:48:15Z", - "sortName": "pirate bay", - "name": "The Pirate Bay", - "fields": [ - { - "order": 0, - "name": "definitionFile", - "value": "thepiratebay", - "type": "textbox", - "advanced": false, - "hidden": "hidden", - "isFloat": false - }, - { - "order": 1, - "name": "baseUrl", - "label": "Base Url", - "helpText": "Select which baseurl Prowlarr will use for requests to the site", - "type": "select", - "advanced": false, - "selectOptionsProviderAction": "getUrls", - "isFloat": false - }, - { - "order": 2, - "name": "baseSettings.queryLimit", - "label": "Query Limit", - "helpText": "The number of max queries as specified by the respective unit that Prowlarr will allow to the site", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 3, - "name": "baseSettings.grabLimit", - "label": "Grab Limit", - "helpText": "The number of max grabs as specified by the respective unit that Prowlarr will allow to the site", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 4, - "name": "baseSettings.limitsUnit", - "label": "Limits Unit", - "helpText": "The unit of time for counting limits per indexer", - "value": 0, - "type": "select", - "advanced": true, - "selectOptions": [ - { - "value": 0, - "name": "Day", - "order": 0, - "hint": "(0)" - }, - { - "value": 1, - "name": "Hour", - "order": 1, - "hint": "(1)" - } - ], - "isFloat": false - }, - { - "order": 5, - "name": "torrentBaseSettings.appMinimumSeeders", - "label": "Apps Minimum Seeders", - "helpText": "Minimum seeders required by the Applications for the indexer to grab, empty is Sync profile's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 6, - "name": "torrentBaseSettings.seedRatio", - "label": "Seed Ratio", - "helpText": "The ratio a torrent should reach before stopping, empty is app's default", - "type": "textbox", - "advanced": true, - "isFloat": false - }, - { - "order": 7, - "name": "torrentBaseSettings.seedTime", - "label": "Seed Time", - "unit": "minutes", - "helpText": "The time a torrent should be seeded before stopping, empty is app's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 8, - "name": "torrentBaseSettings.packSeedTime", - "label": "Pack Seed Time", - "unit": "minutes", - "helpText": "The time a pack (season or discography) torrent should be seeded before stopping, empty is app's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 0, - "name": "info_api", - "label": "About this Indexer", - "value": "This indexer uses the API at https://apibay.org/ to get its official TPB data. Choose any site link that you can access/prefer so that you can view the torrent details page when browsing the search results for this indexer.", - "type": "info", - "advanced": false, - "isFloat": false - } - ], - "implementationName": "Cardigann", - "implementation": "Cardigann", - "configContract": "CardigannSettings", - "infoLink": "https://wiki.servarr.com/prowlarr/supported-indexers#thepiratebay", - "tags": [] - }, - { - "indexerUrls": [ - "https://therarbg.to/", - "https://t-rb.org/", - "https://the.rarbg.club/", - "https://trb.archivebay.online/", - "https://trb.t-pb.org/", - "https://trb.themirror.wiki/", - "https://torrentlite.org/" - ], - "legacyUrls": [ - "https://therarbg.com/" - ], - "definitionName": "therarbg", - "description": "TheRARBG is a Public site inspired by RARBG.to for TV / MOVIES / GENERAL", - "language": "en-US", - "encoding": "Unicode (UTF-8)", - "enable": true, - "redirect": false, - "supportsRss": true, - "supportsSearch": true, - "supportsRedirect": false, - "supportsPagination": false, - "appProfileId": 1, - "protocol": "torrent", - "privacy": "public", - "capabilities": { - "limitsMax": 100, - "limitsDefault": 100, - "categories": [ - { - "id": 2000, - "name": "Movies", - "subCategories": [] - }, - { - "id": 100467, - "name": "Movies", - "subCategories": [] - }, - { - "id": 5000, - "name": "TV", - "subCategories": [ - { - "id": 5070, - "name": "TV/Anime", - "subCategories": [] - }, - { - "id": 5080, - "name": "TV/Documentary", - "subCategories": [] - } - ] - }, - { - "id": 143862, - "name": "TV", - "subCategories": [] - }, - { - "id": 4000, - "name": "PC", - "subCategories": [ - { - "id": 4050, - "name": "PC/Games", - "subCategories": [] - }, - { - "id": 4010, - "name": "PC/0day", - "subCategories": [] - } - ] - }, - { - "id": 136409, - "name": "Games", - "subCategories": [] - }, - { - "id": 3000, - "name": "Audio", - "subCategories": [] - }, - { - "id": 104627, - "name": "Music", - "subCategories": [] - }, - { - "id": 146065, - "name": "Anime", - "subCategories": [] - }, - { - "id": 148059, - "name": "Documentaries", - "subCategories": [] - }, - { - "id": 141945, - "name": "Apps", - "subCategories": [] - }, - { - "id": 8000, - "name": "Other", - "subCategories": [] - }, - { - "id": 127246, - "name": "Other", - "subCategories": [] - }, - { - "id": 7000, - "name": "Books", - "subCategories": [] - }, - { - "id": 132586, - "name": "Books", - "subCategories": [] - } - ], - "supportsRawSearch": false, - "searchParams": [ - "q", - "q" - ], - "tvSearchParams": [ - "q", - "season", - "ep", - "imdbId" - ], - "movieSearchParams": [ - "q", - "imdbId" - ], - "musicSearchParams": [ - "q" - ], - "bookSearchParams": [ - "q" - ] - }, - "priority": 25, - "downloadClientId": 0, - "added": "2024-01-30T18:48:46Z", - "sortName": "therarbg", - "name": "TheRARBG", - "fields": [ - { - "order": 0, - "name": "definitionFile", - "value": "therarbg", - "type": "textbox", - "advanced": false, - "hidden": "hidden", - "isFloat": false - }, - { - "order": 1, - "name": "baseUrl", - "label": "Base Url", - "helpText": "Select which baseurl Prowlarr will use for requests to the site", - "type": "select", - "advanced": false, - "selectOptionsProviderAction": "getUrls", - "isFloat": false - }, - { - "order": 2, - "name": "baseSettings.queryLimit", - "label": "Query Limit", - "helpText": "The number of max queries as specified by the respective unit that Prowlarr will allow to the site", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 3, - "name": "baseSettings.grabLimit", - "label": "Grab Limit", - "helpText": "The number of max grabs as specified by the respective unit that Prowlarr will allow to the site", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 4, - "name": "baseSettings.limitsUnit", - "label": "Limits Unit", - "helpText": "The unit of time for counting limits per indexer", - "value": 0, - "type": "select", - "advanced": true, - "selectOptions": [ - { - "value": 0, - "name": "Day", - "order": 0, - "hint": "(0)" - }, - { - "value": 1, - "name": "Hour", - "order": 1, - "hint": "(1)" - } - ], - "isFloat": false - }, - { - "order": 5, - "name": "torrentBaseSettings.appMinimumSeeders", - "label": "Apps Minimum Seeders", - "helpText": "Minimum seeders required by the Applications for the indexer to grab, empty is Sync profile's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 6, - "name": "torrentBaseSettings.seedRatio", - "label": "Seed Ratio", - "helpText": "The ratio a torrent should reach before stopping, empty is app's default", - "type": "textbox", - "advanced": true, - "isFloat": false - }, - { - "order": 7, - "name": "torrentBaseSettings.seedTime", - "label": "Seed Time", - "unit": "minutes", - "helpText": "The time a torrent should be seeded before stopping, empty is app's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 8, - "name": "torrentBaseSettings.packSeedTime", - "label": "Pack Seed Time", - "unit": "minutes", - "helpText": "The time a pack (season or discography) torrent should be seeded before stopping, empty is app's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 0, - "name": "sort", - "label": "Sort requested from site", - "value": 0, - "type": "select", - "advanced": false, - "selectOptions": [ - { - "value": 0, - "name": "created desc", - "order": 0 - }, - { - "value": 1, - "name": "size desc", - "order": 0 - }, - { - "value": 2, - "name": "seeders desc", - "order": 0 - }, - { - "value": 3, - "name": "created asc", - "order": 0 - }, - { - "value": 4, - "name": "size asc", - "order": 0 - }, - { - "value": 5, - "name": "seeders asc", - "order": 0 - } - ], - "isFloat": false - } - ], - "implementationName": "Cardigann", - "implementation": "Cardigann", - "configContract": "CardigannSettings", - "infoLink": "https://wiki.servarr.com/prowlarr/supported-indexers#therarbg", - "tags": [] - }, - { - "indexerUrls": [ - "https://www.torlock2.com/", - "https://www.torlock.com/", - "https://torlock.unblockit.date/", - "https://torlock.nocensor.cloud/", - "https://torlock.mrunblock.bond/" - ], - "legacyUrls": [ - "https://torlock.com/", - "https://torlock.nocensor.biz/", - "https://www.torlock.icu/", - "https://torlock.nocensor.sbs/", - "https://torlock.unblockit.nz/", - "https://torlock.nocensor.world/", - "https://torlock.unblockit.page/", - "https://torlock.unblockit.pet/", - "https://torlock.nocensor.lol/", - "https://torlock.unblockit.ink/", - "https://torlock.unblockit.bio/", - "https://torlock.unblockit.boo/", - "https://torlock.mrunblock.guru/", - "https://torlock.unblockit.click/", - "https://torlock.unblockit.asia/", - "https://torlock.mrunblock.life/", - "https://torlock.unblockit.mov/", - "https://torlock.unblockit.rsvp/", - "https://torlock.nocensor.click/", - "https://torlock.unblockit.vegas/", - "https://torlock.unblockit.esq/", - "https://torlock.unblockit.zip/", - "https://torlock.unblockit.foo/", - "https://torlock.unblockit.ing/" - ], - "definitionName": "torlock", - "description": "Torlock is a torrent search site that lists verified torrents only for TV series and movies", - "language": "en-US", - "encoding": "Unicode (UTF-8)", - "enable": true, - "redirect": false, - "supportsRss": true, - "supportsSearch": true, - "supportsRedirect": false, - "supportsPagination": false, - "appProfileId": 1, - "protocol": "torrent", - "privacy": "public", - "capabilities": { - "limitsMax": 100, - "limitsDefault": 100, - "categories": [ - { - "id": 5000, - "name": "TV", - "subCategories": [ - { - "id": 5070, - "name": "TV/Anime", - "subCategories": [] - } - ] - }, - { - "id": 108341, - "name": "TV Shows", - "subCategories": [] - }, - { - "id": 2000, - "name": "Movies", - "subCategories": [] - }, - { - "id": 149894, - "name": "Movies", - "subCategories": [] - }, - { - "id": 3000, - "name": "Audio", - "subCategories": [ - { - "id": 3030, - "name": "Audio/Audiobook", - "subCategories": [] - } - ] - }, - { - "id": 115039, - "name": "Music", - "subCategories": [] - }, - { - "id": 4000, - "name": "PC", - "subCategories": [ - { - "id": 4050, - "name": "PC/Games", - "subCategories": [] - } - ] - }, - { - "id": 129235, - "name": "Games", - "subCategories": [] - }, - { - "id": 142238, - "name": "Software", - "subCategories": [] - }, - { - "id": 146976, - "name": "Anime", - "subCategories": [] - }, - { - "id": 7000, - "name": "Books", - "subCategories": [ - { - "id": 7020, - "name": "Books/EBook", - "subCategories": [] - } - ] - }, - { - "id": 150256, - "name": "Books", - "subCategories": [] - }, - { - "id": 8000, - "name": "Other", - "subCategories": [ - { - "id": 8010, - "name": "Other/Misc", - "subCategories": [] - } - ] - }, - { - "id": 131893, - "name": "Other", - "subCategories": [] - }, - { - "id": 116950, - "name": "Audiobook", - "subCategories": [] - }, - { - "id": 162523, - "name": "Images", - "subCategories": [] - } - ], - "supportsRawSearch": false, - "searchParams": [ - "q", - "q" - ], - "tvSearchParams": [ - "q", - "season", - "ep" - ], - "movieSearchParams": [ - "q" - ], - "musicSearchParams": [ - "q" - ], - "bookSearchParams": [ - "q" - ] - }, - "priority": 25, - "downloadClientId": 0, - "added": "2024-01-30T18:49:07Z", - "sortName": "torlock", - "name": "Torlock", - "fields": [ - { - "order": 0, - "name": "definitionFile", - "value": "torlock", - "type": "textbox", - "advanced": false, - "hidden": "hidden", - "isFloat": false - }, - { - "order": 1, - "name": "baseUrl", - "label": "Base Url", - "helpText": "Select which baseurl Prowlarr will use for requests to the site", - "type": "select", - "advanced": false, - "selectOptionsProviderAction": "getUrls", - "isFloat": false - }, - { - "order": 2, - "name": "baseSettings.queryLimit", - "label": "Query Limit", - "helpText": "The number of max queries as specified by the respective unit that Prowlarr will allow to the site", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 3, - "name": "baseSettings.grabLimit", - "label": "Grab Limit", - "helpText": "The number of max grabs as specified by the respective unit that Prowlarr will allow to the site", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 4, - "name": "baseSettings.limitsUnit", - "label": "Limits Unit", - "helpText": "The unit of time for counting limits per indexer", - "value": 0, - "type": "select", - "advanced": true, - "selectOptions": [ - { - "value": 0, - "name": "Day", - "order": 0, - "hint": "(0)" - }, - { - "value": 1, - "name": "Hour", - "order": 1, - "hint": "(1)" - } - ], - "isFloat": false - }, - { - "order": 5, - "name": "torrentBaseSettings.appMinimumSeeders", - "label": "Apps Minimum Seeders", - "helpText": "Minimum seeders required by the Applications for the indexer to grab, empty is Sync profile's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 6, - "name": "torrentBaseSettings.seedRatio", - "label": "Seed Ratio", - "helpText": "The ratio a torrent should reach before stopping, empty is app's default", - "type": "textbox", - "advanced": true, - "isFloat": false - }, - { - "order": 7, - "name": "torrentBaseSettings.seedTime", - "label": "Seed Time", - "unit": "minutes", - "helpText": "The time a torrent should be seeded before stopping, empty is app's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 8, - "name": "torrentBaseSettings.packSeedTime", - "label": "Pack Seed Time", - "unit": "minutes", - "helpText": "The time a pack (season or discography) torrent should be seeded before stopping, empty is app's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 0, - "name": "sort", - "label": "Sort requested from site (only works for search with keywords)", - "value": 0, - "type": "select", - "advanced": false, - "selectOptions": [ - { - "value": 0, - "name": "created", - "order": 0 - }, - { - "value": 1, - "name": "seeders", - "order": 0 - }, - { - "value": 2, - "name": "size", - "order": 0 - } - ], - "isFloat": false - }, - { - "order": 1, - "name": "type", - "label": "Order requested from site", - "value": 1, - "type": "select", - "advanced": false, - "selectOptions": [ - { - "value": 0, - "name": "asc", - "order": 0 - }, - { - "value": 1, - "name": "desc", - "order": 0 - } - ], - "isFloat": false - } - ], - "implementationName": "Cardigann", - "implementation": "Cardigann", - "configContract": "CardigannSettings", - "infoLink": "https://wiki.servarr.com/prowlarr/supported-indexers#torlock", - "tags": [] - }, - { - "indexerUrls": [ - "https://www.torrentdownloads.pro/", - "https://torrentdownloads.unblockit.date/", - "https://torrentdownloads.mrunblock.bond/", - "https://torrentdownloads.unblockninja.com/", - "https://torrentdownloads.nocensor.cloud/" - ], - "legacyUrls": [ - "https://www.torrentdownloads.me/", - "https://torrentdownloads.nocensor.work/", - "https://torrentdownloads.nocensor.biz/", - "https://torrentdownloads.nocensor.sbs/", - "https://torrentdownloads.unblockit.nz/", - "https://torrentdownloads.nocensor.world/", - "https://torrentdownloads.unblockit.page/", - "https://torrentdownloads.unblockit.pet/", - "https://torrentdownloads.nocensor.lol/", - "https://torrentdownloads.unblockit.ink/", - "https://torrentdownloads.unblockit.bio/", - "https://torrentdownloads.unblockit.boo/", - "https://www.torrentdownloads.info/", - "https://torrentdownloads.mrunblock.guru/", - "https://torrentdownloads.unblockit.click/", - "https://torrentdownloads.unblockit.asia/", - "https://torrentdownloads.unblockit.mov/", - "https://torrentdownloads.mrunblock.life/", - "https://torrentdownloads.unblockit.rsvp/", - "https://torrentdownloads.nocensor.click/", - "https://torrentdownloads.unblockit.vegas/", - "https://torrentdownloads.unblockit.esq/", - "https://torrentdownloads.unblockit.zip/", - "https://torrentdownloads.unblockit.foo/", - "https://torrentdownloads.unblockit.ing/" - ], - "definitionName": "torrentdownloads", - "description": "Torrent Downloads (TD) is a Public torrent site for all kinds of content", - "language": "en-US", - "encoding": "Unicode (UTF-8)", - "enable": true, - "redirect": false, - "supportsRss": true, - "supportsSearch": true, - "supportsRedirect": false, - "supportsPagination": false, - "appProfileId": 1, - "protocol": "torrent", - "privacy": "public", - "capabilities": { - "limitsMax": 100, - "limitsDefault": 100, - "categories": [ - { - "id": 5000, - "name": "TV", - "subCategories": [ - { - "id": 5070, - "name": "TV/Anime", - "subCategories": [] - } - ] - }, - { - "id": 100008, - "name": "TV Shows", - "subCategories": [] - }, - { - "id": 2000, - "name": "Movies", - "subCategories": [] - }, - { - "id": 100004, - "name": "Movies", - "subCategories": [] - }, - { - "id": 3000, - "name": "Audio", - "subCategories": [] - }, - { - "id": 100005, - "name": "Music", - "subCategories": [] - }, - { - "id": 4000, - "name": "PC", - "subCategories": [ - { - "id": 4050, - "name": "PC/Games", - "subCategories": [] - } - ] - }, - { - "id": 100003, - "name": "Games", - "subCategories": [] - }, - { - "id": 100007, - "name": "Software", - "subCategories": [] - }, - { - "id": 100001, - "name": "Anime", - "subCategories": [] - }, - { - "id": 7000, - "name": "Books", - "subCategories": [] - }, - { - "id": 100002, - "name": "Books", - "subCategories": [] - }, - { - "id": 8000, - "name": "Other", - "subCategories": [] - }, - { - "id": 100009, - "name": "Other", - "subCategories": [] - }, - { - "id": 100000, - "name": "Other", - "subCategories": [] - }, - { - "id": 100006, - "name": "Pics", - "subCategories": [] - } - ], - "supportsRawSearch": true, - "searchParams": [ - "q", - "q" - ], - "tvSearchParams": [ - "q", - "season", - "ep" - ], - "movieSearchParams": [ - "q" - ], - "musicSearchParams": [ - "q" - ], - "bookSearchParams": [ - "q" - ] - }, - "priority": 25, - "downloadClientId": 0, - "added": "2024-01-30T18:49:22Z", - "sortName": "torrent downloads", - "name": "Torrent Downloads", - "fields": [ - { - "order": 0, - "name": "definitionFile", - "value": "torrentdownloads", - "type": "textbox", - "advanced": false, - "hidden": "hidden", - "isFloat": false - }, - { - "order": 1, - "name": "baseUrl", - "label": "Base Url", - "helpText": "Select which baseurl Prowlarr will use for requests to the site", - "type": "select", - "advanced": false, - "selectOptionsProviderAction": "getUrls", - "isFloat": false - }, - { - "order": 2, - "name": "baseSettings.queryLimit", - "label": "Query Limit", - "helpText": "The number of max queries as specified by the respective unit that Prowlarr will allow to the site", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 3, - "name": "baseSettings.grabLimit", - "label": "Grab Limit", - "helpText": "The number of max grabs as specified by the respective unit that Prowlarr will allow to the site", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 4, - "name": "baseSettings.limitsUnit", - "label": "Limits Unit", - "helpText": "The unit of time for counting limits per indexer", - "value": 0, - "type": "select", - "advanced": true, - "selectOptions": [ - { - "value": 0, - "name": "Day", - "order": 0, - "hint": "(0)" - }, - { - "value": 1, - "name": "Hour", - "order": 1, - "hint": "(1)" - } - ], - "isFloat": false - }, - { - "order": 5, - "name": "torrentBaseSettings.appMinimumSeeders", - "label": "Apps Minimum Seeders", - "helpText": "Minimum seeders required by the Applications for the indexer to grab, empty is Sync profile's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 6, - "name": "torrentBaseSettings.seedRatio", - "label": "Seed Ratio", - "helpText": "The ratio a torrent should reach before stopping, empty is app's default", - "type": "textbox", - "advanced": true, - "isFloat": false - }, - { - "order": 7, - "name": "torrentBaseSettings.seedTime", - "label": "Seed Time", - "unit": "minutes", - "helpText": "The time a torrent should be seeded before stopping, empty is app's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 8, - "name": "torrentBaseSettings.packSeedTime", - "label": "Pack Seed Time", - "unit": "minutes", - "helpText": "The time a pack (season or discography) torrent should be seeded before stopping, empty is app's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 0, - "name": "downloadlink", - "label": "Download link", - "value": 1, - "type": "select", - "advanced": false, - "selectOptions": [ - { - "value": 0, - "name": "iTorrents.org", - "order": 0 - }, - { - "value": 1, - "name": "magnet", - "order": 0 - } - ], - "isFloat": false - }, - { - "order": 1, - "name": "downloadlink2", - "label": "Download link (fallback)", - "value": 0, - "type": "select", - "advanced": false, - "selectOptions": [ - { - "value": 0, - "name": "iTorrents.org", - "order": 0 - }, - { - "value": 1, - "name": "magnet", - "order": 0 - } - ], - "isFloat": false - }, - { - "order": 2, - "name": "info_download", - "label": "About the Download links", - "value": "As the .torrent download links on this site are known to fail from time to time, you can optionally set as a fallback an automatic alternate link.", - "type": "info", - "advanced": false, - "isFloat": false - } - ], - "implementationName": "Cardigann", - "implementation": "Cardigann", - "configContract": "CardigannSettings", - "infoLink": "https://wiki.servarr.com/prowlarr/supported-indexers#torrentdownloads", - "tags": [] - }, - { - "indexerUrls": [ - "https://yourbittorrent.com/", - "https://yourbittorrent2.com/", - "https://yourbittorrent.nocensor.cloud/", - "https://yourbittorrent.mrunblock.bond/" - ], - "legacyUrls": [ - "https://yourbittorrent.host/", - "https://yourbittorrent.nocensor.space/", - "https://yourbittorrent.nocensor.work/", - "https://yourbittorrent.nocensor.biz/", - "https://yourbittorrent.nocensor.sbs/", - "https://yourbittorrent.nocensor.world/", - "https://yourbittorrent.nocensor.lol/", - "https://yourbittorrent.mrunblock.guru/", - "https://yourbittorrent.mrunblock.life/", - "https://yourbittorrent.nocensor.click/" - ], - "definitionName": "yourbittorrent", - "description": "YourBittorrent is a Public torrent index", - "language": "en-US", - "encoding": "Unicode (UTF-8)", - "enable": true, - "redirect": false, - "supportsRss": true, - "supportsSearch": true, - "supportsRedirect": false, - "supportsPagination": false, - "appProfileId": 1, - "protocol": "torrent", - "privacy": "public", - "capabilities": { - "limitsMax": 100, - "limitsDefault": 100, - "categories": [ - { - "id": 5000, - "name": "TV", - "subCategories": [ - { - "id": 5070, - "name": "TV/Anime", - "subCategories": [] - } - ] - }, - { - "id": 141745, - "name": "Anime", - "subCategories": [] - }, - { - "id": 4000, - "name": "PC", - "subCategories": [ - { - "id": 4050, - "name": "PC/Games", - "subCategories": [] - } - ] - }, - { - "id": 133225, - "name": "Software", - "subCategories": [] - }, - { - "id": 7000, - "name": "Books", - "subCategories": [] - }, - { - "id": 111872, - "name": "Ebooks", - "subCategories": [] - }, - { - "id": 110205, - "name": "Games", - "subCategories": [] - }, - { - "id": 2000, - "name": "Movies", - "subCategories": [] - }, - { - "id": 112696, - "name": "Movies", - "subCategories": [] - }, - { - "id": 3000, - "name": "Audio", - "subCategories": [] - }, - { - "id": 100314, - "name": "Music", - "subCategories": [] - }, - { - "id": 102144, - "name": "TV", - "subCategories": [] - }, - { - "id": 8000, - "name": "Other", - "subCategories": [] - }, - { - "id": 138096, - "name": "Other", - "subCategories": [] - }, - { - "id": 122574, - "name": "Photos", - "subCategories": [] - }, - { - "id": 115370, - "name": "Pictures", - "subCategories": [] - }, - { - "id": 155376, - "name": "Unknown", - "subCategories": [] - } - ], - "supportsRawSearch": false, - "searchParams": [ - "q", - "q" - ], - "tvSearchParams": [ - "q", - "season", - "ep" - ], - "movieSearchParams": [ - "q" - ], - "musicSearchParams": [ - "q" - ], - "bookSearchParams": [ - "q" - ] - }, - "priority": 25, - "downloadClientId": 0, - "added": "2024-01-30T18:50:25Z", - "sortName": "yourbittorrent", - "name": "YourBittorrent", - "fields": [ - { - "order": 0, - "name": "definitionFile", - "value": "yourbittorrent", - "type": "textbox", - "advanced": false, - "hidden": "hidden", - "isFloat": false - }, - { - "order": 1, - "name": "baseUrl", - "label": "Base Url", - "helpText": "Select which baseurl Prowlarr will use for requests to the site", - "type": "select", - "advanced": false, - "selectOptionsProviderAction": "getUrls", - "isFloat": false - }, - { - "order": 2, - "name": "baseSettings.queryLimit", - "label": "Query Limit", - "helpText": "The number of max queries as specified by the respective unit that Prowlarr will allow to the site", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 3, - "name": "baseSettings.grabLimit", - "label": "Grab Limit", - "helpText": "The number of max grabs as specified by the respective unit that Prowlarr will allow to the site", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 4, - "name": "baseSettings.limitsUnit", - "label": "Limits Unit", - "helpText": "The unit of time for counting limits per indexer", - "value": 0, - "type": "select", - "advanced": true, - "selectOptions": [ - { - "value": 0, - "name": "Day", - "order": 0, - "hint": "(0)" - }, - { - "value": 1, - "name": "Hour", - "order": 1, - "hint": "(1)" - } - ], - "isFloat": false - }, - { - "order": 5, - "name": "torrentBaseSettings.appMinimumSeeders", - "label": "Apps Minimum Seeders", - "helpText": "Minimum seeders required by the Applications for the indexer to grab, empty is Sync profile's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 6, - "name": "torrentBaseSettings.seedRatio", - "label": "Seed Ratio", - "helpText": "The ratio a torrent should reach before stopping, empty is app's default", - "type": "textbox", - "advanced": true, - "isFloat": false - }, - { - "order": 7, - "name": "torrentBaseSettings.seedTime", - "label": "Seed Time", - "unit": "minutes", - "helpText": "The time a torrent should be seeded before stopping, empty is app's default", - "type": "number", - "advanced": true, - "isFloat": false - }, - { - "order": 8, - "name": "torrentBaseSettings.packSeedTime", - "label": "Pack Seed Time", - "unit": "minutes", - "helpText": "The time a pack (season or discography) torrent should be seeded before stopping, empty is app's default", - "type": "number", - "advanced": true, - "isFloat": false - } - ], - "implementationName": "Cardigann", - "implementation": "Cardigann", - "configContract": "CardigannSettings", - "infoLink": "https://wiki.servarr.com/prowlarr/supported-indexers#yourbittorrent", - "tags": [] - } + { + "indexerUrls": [ + "https://bitsearch.to/", + "https://bitsearch.nocensor.cloud/", + "https://bitsearch.mrunblock.bond/" + ], + "legacyUrls": [ + "https://bitsearch.nocensor.biz/", + "https://bitsearch.nocensor.sbs/", + "https://bitsearch.nocensor.world/", + "https://bitsearch.nocensor.lol/", + "https://bitsearch.mrunblock.guru/", + "https://bitsearch.mrunblock.life/", + "https://bitsearch.nocensor.click/" + ], + "definitionName": "bitsearch", + "description": "BitSearch is a Public torrent meta-search engine", + "language": "en-US", + "encoding": "Unicode (UTF-8)", + "enable": true, + "redirect": false, + "supportsRss": true, + "supportsSearch": true, + "supportsRedirect": false, + "supportsPagination": false, + "appProfileId": 1, + "protocol": "torrent", + "privacy": "public", + "capabilities": { + "limitsMax": 100, + "limitsDefault": 100, + "categories": [ + { + "id": 3000, + "name": "Audio", + "subCategories": [ + { + "id": 3030, + "name": "Audio/Audiobook", + "subCategories": [] + }, + { + "id": 3010, + "name": "Audio/MP3", + "subCategories": [] + }, + { + "id": 3040, + "name": "Audio/Lossless", + "subCategories": [] + }, + { + "id": 3020, + "name": "Audio/Video", + "subCategories": [] + } + ] + }, + { + "id": 7000, + "name": "Books", + "subCategories": [ + { + "id": 7020, + "name": "Books/EBook", + "subCategories": [] + }, + { + "id": 7030, + "name": "Books/Comics", + "subCategories": [] + } + ] + }, + { + "id": 4000, + "name": "PC", + "subCategories": [ + { + "id": 4050, + "name": "PC/Games", + "subCategories": [] + }, + { + "id": 4070, + "name": "PC/Mobile-Android", + "subCategories": [] + }, + { + "id": 4020, + "name": "PC/ISO", + "subCategories": [] + }, + { + "id": 4010, + "name": "PC/0day", + "subCategories": [] + } + ] + }, + { + "id": 2000, + "name": "Movies", + "subCategories": [] + }, + { + "id": 8000, + "name": "Other", + "subCategories": [ + { + "id": 8010, + "name": "Other/Misc", + "subCategories": [] + } + ] + }, + { + "id": 5000, + "name": "TV", + "subCategories": [] + } + ], + "supportsRawSearch": false, + "searchParams": [ + "q", + "q" + ], + "tvSearchParams": [ + "q", + "season", + "ep" + ], + "movieSearchParams": [ + "q" + ], + "musicSearchParams": [ + "q" + ], + "bookSearchParams": [ + "q" + ] + }, + "priority": 25, + "downloadClientId": 0, + "added": "2024-01-30T18:47:08Z", + "sortName": "bitsearch", + "name": "BitSearch", + "fields": [ + { + "order": 0, + "name": "definitionFile", + "value": "bitsearch", + "type": "textbox", + "advanced": false, + "hidden": "hidden", + "isFloat": false + }, + { + "order": 1, + "name": "baseUrl", + "label": "Base Url", + "helpText": "Select which baseurl Prowlarr will use for requests to the site", + "value": "https://bitsearch.to/", + "type": "select", + "advanced": false, + "selectOptionsProviderAction": "getUrls", + "isFloat": false + }, + { + "order": 2, + "name": "baseSettings.queryLimit", + "label": "Query Limit", + "helpText": "The number of max queries as specified by the respective unit that Prowlarr will allow to the site", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 3, + "name": "baseSettings.grabLimit", + "label": "Grab Limit", + "helpText": "The number of max grabs as specified by the respective unit that Prowlarr will allow to the site", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 4, + "name": "baseSettings.limitsUnit", + "label": "Limits Unit", + "helpText": "The unit of time for counting limits per indexer", + "value": 0, + "type": "select", + "advanced": true, + "selectOptions": [ + { + "value": 0, + "name": "Day", + "order": 0, + "hint": "(0)" + }, + { + "value": 1, + "name": "Hour", + "order": 1, + "hint": "(1)" + } + ], + "isFloat": false + }, + { + "order": 5, + "name": "torrentBaseSettings.appMinimumSeeders", + "label": "Apps Minimum Seeders", + "helpText": "Minimum seeders required by the Applications for the indexer to grab, empty is Sync profile's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 6, + "name": "torrentBaseSettings.seedRatio", + "label": "Seed Ratio", + "helpText": "The ratio a torrent should reach before stopping, empty is app's default", + "type": "textbox", + "advanced": true, + "isFloat": false + }, + { + "order": 7, + "name": "torrentBaseSettings.seedTime", + "label": "Seed Time", + "unit": "minutes", + "helpText": "The time a torrent should be seeded before stopping, empty is app's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 8, + "name": "torrentBaseSettings.packSeedTime", + "label": "Pack Seed Time", + "unit": "minutes", + "helpText": "The time a pack (season or discography) torrent should be seeded before stopping, empty is app's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 0, + "name": "prefer_magnet_links", + "label": "Prefer Magnet Links", + "value": false, + "type": "checkbox", + "advanced": false, + "isFloat": false + }, + { + "order": 1, + "name": "sort", + "label": "Sort requested from site", + "value": 0, + "type": "select", + "advanced": false, + "selectOptions": [ + { + "value": 0, + "name": "created", + "order": 0 + }, + { + "value": 1, + "name": "seeders", + "order": 0 + }, + { + "value": 2, + "name": "size", + "order": 0 + } + ], + "isFloat": false + }, + { + "order": 2, + "name": "type", + "label": "Order requested from site", + "value": 1, + "type": "select", + "advanced": false, + "selectOptions": [ + { + "value": 0, + "name": "asc", + "order": 0 + }, + { + "value": 1, + "name": "desc", + "order": 0 + } + ], + "isFloat": false + } + ], + "implementationName": "Cardigann", + "implementation": "Cardigann", + "configContract": "CardigannSettings", + "infoLink": "https://wiki.servarr.com/prowlarr/supported-indexers#bitsearch", + "tags": [] + }, + { + "indexerUrls": [ + "https://thepiratebay.org/", + "https://tpb25.ukpass.co/", + "https://tpb.skynetcloud.site/", + "https://piratenow.xyz/", + "https://pirate-proxy.ink/", + "https://mirrorbay.top/", + "https://proxifiedpiratebay.org/", + "https://unlockedpiratebay.com/", + "https://tpb.one/", + "https://piratebayorg.net/", + "https://tpbproxy.click/", + "https://thepiratebay0.org/", + "https://thepiratebay10.org/", + "https://pirateproxy.live/", + "https://thehiddenbay.com/", + "https://thepiratebay.zone/", + "https://tpb.party/", + "https://piratebayproxy.live/", + "https://piratebay.live/", + "https://piratebay.party/", + "https://thepiratebay.party/", + "https://ukpiratebay.org/" + ], + "legacyUrls": [ + "https://tpb19.ukpass.co/", + "https://pirateproxy.tube/", + "https://www.tpbay.win/", + "https://baypirated.site/", + "https://piratesbaycc.com/", + "https://pirateproxy.ltda/", + "https://tpb22.ukpass.co/", + "https://tpb.sadzawka.tk/", + "https://tpb.cnp.cx/", + "https://pirate-proxy.app/", + "https://thepb.cyou/", + "https://5mins.eu/", + "https://piratebayproxy.buzz/", + "https://wearethereal.ninja/", + "https://bibtor.com/", + "https://gigatorrent.xyz/", + "https://thepirateb.xyz/", + "https://ezrasstuff.com/", + "https://piratebayo3klnzokct3wt5yyxb2vpebbuyjl7m623iaxmqhsd52coid.onion.ws/", + "https://piratebayo3klnzokct3wt5yyxb2vpebbuyjl7m623iaxmqhsd52coid.onion.pet/", + "https://tpb24.ukpass.co/", + "https://thepiratebay.d4.re/", + "https://pirate-proxy.page/", + "https://5mins.shop/", + "https://tpb.surf/", + "https://tpb.monster/", + "https://thepiratebay.host/", + "https://piratetoday.xyz/", + "https://tpb.wtf/", + "https://piratebayo3klnzokct3wt5yyxb2vpebbuyjl7m623iaxmqhsd52coid.onion.ly/", + "https://piratebayo3klnzokct3wt5yyxb2vpebbuyjl7m623iaxmqhsd52coid.tor2web.to/", + "https://piratebayo3klnzokct3wt5yyxb2vpebbuyjl7m623iaxmqhsd52coid.tor2web.link/" + ], + "definitionName": "thepiratebay", + "description": "The Pirate Bay (TPB) is the galaxy’s most resilient Public BitTorrent site", + "language": "en-US", + "encoding": "Unicode (UTF-8)", + "enable": true, + "redirect": false, + "supportsRss": true, + "supportsSearch": true, + "supportsRedirect": false, + "supportsPagination": false, + "appProfileId": 1, + "protocol": "torrent", + "privacy": "public", + "capabilities": { + "limitsMax": 100, + "limitsDefault": 100, + "categories": [ + { + "id": 3000, + "name": "Audio", + "subCategories": [ + { + "id": 3030, + "name": "Audio/Audiobook", + "subCategories": [] + }, + { + "id": 3040, + "name": "Audio/Lossless", + "subCategories": [] + }, + { + "id": 3050, + "name": "Audio/Other", + "subCategories": [] + }, + { + "id": 3020, + "name": "Audio/Video", + "subCategories": [] + } + ] + }, + { + "id": 100100, + "name": "Audio", + "subCategories": [] + }, + { + "id": 100101, + "name": "Music", + "subCategories": [] + }, + { + "id": 100102, + "name": "Audio Books", + "subCategories": [] + }, + { + "id": 100103, + "name": "Sound Clips", + "subCategories": [] + }, + { + "id": 100104, + "name": "FLAC", + "subCategories": [] + }, + { + "id": 100199, + "name": "Audio Other", + "subCategories": [] + }, + { + "id": 2000, + "name": "Movies", + "subCategories": [ + { + "id": 2020, + "name": "Movies/Other", + "subCategories": [] + }, + { + "id": 2040, + "name": "Movies/HD", + "subCategories": [] + }, + { + "id": 2060, + "name": "Movies/3D", + "subCategories": [] + }, + { + "id": 2030, + "name": "Movies/SD", + "subCategories": [] + }, + { + "id": 2045, + "name": "Movies/UHD", + "subCategories": [] + } + ] + }, + { + "id": 100200, + "name": "Video", + "subCategories": [] + }, + { + "id": 100201, + "name": "Movies", + "subCategories": [] + }, + { + "id": 100202, + "name": "Movies DVDR", + "subCategories": [] + }, + { + "id": 100203, + "name": "Music Videos", + "subCategories": [] + }, + { + "id": 100204, + "name": "Movie Clips", + "subCategories": [] + }, + { + "id": 5000, + "name": "TV", + "subCategories": [ + { + "id": 5050, + "name": "TV/Other", + "subCategories": [] + }, + { + "id": 5040, + "name": "TV/HD", + "subCategories": [] + }, + { + "id": 5045, + "name": "TV/UHD", + "subCategories": [] + } + ] + }, + { + "id": 100205, + "name": "TV Shows", + "subCategories": [] + }, + { + "id": 100206, + "name": "Handheld", + "subCategories": [] + }, + { + "id": 100207, + "name": "HD - Movies", + "subCategories": [] + }, + { + "id": 100208, + "name": "HD - TV shows", + "subCategories": [] + }, + { + "id": 100209, + "name": "3D", + "subCategories": [] + }, + { + "id": 100210, + "name": "CAM/TS", + "subCategories": [] + }, + { + "id": 100211, + "name": "UHD/4k - Movies", + "subCategories": [] + }, + { + "id": 100212, + "name": "UHD/4k - TV shows", + "subCategories": [] + }, + { + "id": 100299, + "name": "Video Other", + "subCategories": [] + }, + { + "id": 4000, + "name": "PC", + "subCategories": [ + { + "id": 4030, + "name": "PC/Mac", + "subCategories": [] + }, + { + "id": 4040, + "name": "PC/Mobile-Other", + "subCategories": [] + }, + { + "id": 4060, + "name": "PC/Mobile-iOS", + "subCategories": [] + }, + { + "id": 4070, + "name": "PC/Mobile-Android", + "subCategories": [] + }, + { + "id": 4050, + "name": "PC/Games", + "subCategories": [] + } + ] + }, + { + "id": 100300, + "name": "Applications", + "subCategories": [] + }, + { + "id": 100301, + "name": "Windows", + "subCategories": [] + }, + { + "id": 100302, + "name": "Mac", + "subCategories": [] + }, + { + "id": 100303, + "name": "UNIX", + "subCategories": [] + }, + { + "id": 100304, + "name": "Handheld", + "subCategories": [] + }, + { + "id": 100305, + "name": "IOS (iPad/iPhone)", + "subCategories": [] + }, + { + "id": 100306, + "name": "Android", + "subCategories": [] + }, + { + "id": 100399, + "name": "Other OS", + "subCategories": [] + }, + { + "id": 1000, + "name": "Console", + "subCategories": [ + { + "id": 1180, + "name": "Console/PS4", + "subCategories": [] + }, + { + "id": 1040, + "name": "Console/XBox", + "subCategories": [] + }, + { + "id": 1030, + "name": "Console/Wii", + "subCategories": [] + }, + { + "id": 1090, + "name": "Console/Other", + "subCategories": [] + } + ] + }, + { + "id": 100400, + "name": "Games", + "subCategories": [] + }, + { + "id": 100401, + "name": "PC", + "subCategories": [] + }, + { + "id": 100402, + "name": "Mac", + "subCategories": [] + }, + { + "id": 100403, + "name": "PSx", + "subCategories": [] + }, + { + "id": 100404, + "name": "XBOX360", + "subCategories": [] + }, + { + "id": 100405, + "name": "Wii", + "subCategories": [] + }, + { + "id": 100406, + "name": "Handheld", + "subCategories": [] + }, + { + "id": 100407, + "name": "IOS (iPad/iPhone)", + "subCategories": [] + }, + { + "id": 100408, + "name": "Android", + "subCategories": [] + }, + { + "id": 100499, + "name": "Games Other", + "subCategories": [] + }, + { + "id": 100501, + "name": "Movies", + "subCategories": [] + }, + { + "id": 100502, + "name": "Movies DVDR", + "subCategories": [] + }, + { + "id": 100503, + "name": "Pictures", + "subCategories": [] + }, + { + "id": 100504, + "name": "Games", + "subCategories": [] + }, + { + "id": 100505, + "name": "HD - Movies", + "subCategories": [] + }, + { + "id": 100506, + "name": "Movie Clips", + "subCategories": [] + }, + { + "id": 100507, + "name": "UHD/4k - Movies", + "subCategories": [] + }, + { + "id": 8000, + "name": "Other", + "subCategories": [] + }, + { + "id": 100600, + "name": "Other", + "subCategories": [] + }, + { + "id": 7000, + "name": "Books", + "subCategories": [ + { + "id": 7020, + "name": "Books/EBook", + "subCategories": [] + }, + { + "id": 7030, + "name": "Books/Comics", + "subCategories": [] + }, + { + "id": 7050, + "name": "Books/Other", + "subCategories": [] + } + ] + }, + { + "id": 100601, + "name": "E-books", + "subCategories": [] + }, + { + "id": 100602, + "name": "Comics", + "subCategories": [] + }, + { + "id": 100603, + "name": "Pictures", + "subCategories": [] + }, + { + "id": 100604, + "name": "Covers", + "subCategories": [] + }, + { + "id": 100605, + "name": "Physibles", + "subCategories": [] + }, + { + "id": 100699, + "name": "Other Other", + "subCategories": [] + } + ], + "supportsRawSearch": false, + "searchParams": [ + "q", + "q" + ], + "tvSearchParams": [ + "q", + "season", + "ep" + ], + "movieSearchParams": [ + "q" + ], + "musicSearchParams": [ + "q" + ], + "bookSearchParams": [ + "q" + ] + }, + "priority": 25, + "downloadClientId": 0, + "added": "2024-01-30T18:48:15Z", + "sortName": "pirate bay", + "name": "The Pirate Bay", + "fields": [ + { + "order": 0, + "name": "definitionFile", + "value": "thepiratebay", + "type": "textbox", + "advanced": false, + "hidden": "hidden", + "isFloat": false + }, + { + "order": 1, + "name": "baseUrl", + "label": "Base Url", + "helpText": "Select which baseurl Prowlarr will use for requests to the site", + "type": "select", + "advanced": false, + "selectOptionsProviderAction": "getUrls", + "isFloat": false + }, + { + "order": 2, + "name": "baseSettings.queryLimit", + "label": "Query Limit", + "helpText": "The number of max queries as specified by the respective unit that Prowlarr will allow to the site", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 3, + "name": "baseSettings.grabLimit", + "label": "Grab Limit", + "helpText": "The number of max grabs as specified by the respective unit that Prowlarr will allow to the site", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 4, + "name": "baseSettings.limitsUnit", + "label": "Limits Unit", + "helpText": "The unit of time for counting limits per indexer", + "value": 0, + "type": "select", + "advanced": true, + "selectOptions": [ + { + "value": 0, + "name": "Day", + "order": 0, + "hint": "(0)" + }, + { + "value": 1, + "name": "Hour", + "order": 1, + "hint": "(1)" + } + ], + "isFloat": false + }, + { + "order": 5, + "name": "torrentBaseSettings.appMinimumSeeders", + "label": "Apps Minimum Seeders", + "helpText": "Minimum seeders required by the Applications for the indexer to grab, empty is Sync profile's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 6, + "name": "torrentBaseSettings.seedRatio", + "label": "Seed Ratio", + "helpText": "The ratio a torrent should reach before stopping, empty is app's default", + "type": "textbox", + "advanced": true, + "isFloat": false + }, + { + "order": 7, + "name": "torrentBaseSettings.seedTime", + "label": "Seed Time", + "unit": "minutes", + "helpText": "The time a torrent should be seeded before stopping, empty is app's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 8, + "name": "torrentBaseSettings.packSeedTime", + "label": "Pack Seed Time", + "unit": "minutes", + "helpText": "The time a pack (season or discography) torrent should be seeded before stopping, empty is app's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 0, + "name": "info_api", + "label": "About this Indexer", + "value": "This indexer uses the API at https://apibay.org/ to get its official TPB data. Choose any site link that you can access/prefer so that you can view the torrent details page when browsing the search results for this indexer.", + "type": "info", + "advanced": false, + "isFloat": false + } + ], + "implementationName": "Cardigann", + "implementation": "Cardigann", + "configContract": "CardigannSettings", + "infoLink": "https://wiki.servarr.com/prowlarr/supported-indexers#thepiratebay", + "tags": [] + }, + { + "indexerUrls": [ + "https://therarbg.to/", + "https://t-rb.org/", + "https://the.rarbg.club/", + "https://trb.archivebay.online/", + "https://trb.t-pb.org/", + "https://trb.themirror.wiki/", + "https://torrentlite.org/" + ], + "legacyUrls": [ + "https://therarbg.com/" + ], + "definitionName": "therarbg", + "description": "TheRARBG is a Public site inspired by RARBG.to for TV / MOVIES / GENERAL", + "language": "en-US", + "encoding": "Unicode (UTF-8)", + "enable": true, + "redirect": false, + "supportsRss": true, + "supportsSearch": true, + "supportsRedirect": false, + "supportsPagination": false, + "appProfileId": 1, + "protocol": "torrent", + "privacy": "public", + "capabilities": { + "limitsMax": 100, + "limitsDefault": 100, + "categories": [ + { + "id": 2000, + "name": "Movies", + "subCategories": [] + }, + { + "id": 100467, + "name": "Movies", + "subCategories": [] + }, + { + "id": 5000, + "name": "TV", + "subCategories": [ + { + "id": 5070, + "name": "TV/Anime", + "subCategories": [] + }, + { + "id": 5080, + "name": "TV/Documentary", + "subCategories": [] + } + ] + }, + { + "id": 143862, + "name": "TV", + "subCategories": [] + }, + { + "id": 4000, + "name": "PC", + "subCategories": [ + { + "id": 4050, + "name": "PC/Games", + "subCategories": [] + }, + { + "id": 4010, + "name": "PC/0day", + "subCategories": [] + } + ] + }, + { + "id": 136409, + "name": "Games", + "subCategories": [] + }, + { + "id": 3000, + "name": "Audio", + "subCategories": [] + }, + { + "id": 104627, + "name": "Music", + "subCategories": [] + }, + { + "id": 146065, + "name": "Anime", + "subCategories": [] + }, + { + "id": 148059, + "name": "Documentaries", + "subCategories": [] + }, + { + "id": 141945, + "name": "Apps", + "subCategories": [] + }, + { + "id": 8000, + "name": "Other", + "subCategories": [] + }, + { + "id": 127246, + "name": "Other", + "subCategories": [] + }, + { + "id": 7000, + "name": "Books", + "subCategories": [] + }, + { + "id": 132586, + "name": "Books", + "subCategories": [] + } + ], + "supportsRawSearch": false, + "searchParams": [ + "q", + "q" + ], + "tvSearchParams": [ + "q", + "season", + "ep", + "imdbId" + ], + "movieSearchParams": [ + "q", + "imdbId" + ], + "musicSearchParams": [ + "q" + ], + "bookSearchParams": [ + "q" + ] + }, + "priority": 25, + "downloadClientId": 0, + "added": "2024-01-30T18:48:46Z", + "sortName": "therarbg", + "name": "TheRARBG", + "fields": [ + { + "order": 0, + "name": "definitionFile", + "value": "therarbg", + "type": "textbox", + "advanced": false, + "hidden": "hidden", + "isFloat": false + }, + { + "order": 1, + "name": "baseUrl", + "label": "Base Url", + "helpText": "Select which baseurl Prowlarr will use for requests to the site", + "type": "select", + "advanced": false, + "selectOptionsProviderAction": "getUrls", + "isFloat": false + }, + { + "order": 2, + "name": "baseSettings.queryLimit", + "label": "Query Limit", + "helpText": "The number of max queries as specified by the respective unit that Prowlarr will allow to the site", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 3, + "name": "baseSettings.grabLimit", + "label": "Grab Limit", + "helpText": "The number of max grabs as specified by the respective unit that Prowlarr will allow to the site", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 4, + "name": "baseSettings.limitsUnit", + "label": "Limits Unit", + "helpText": "The unit of time for counting limits per indexer", + "value": 0, + "type": "select", + "advanced": true, + "selectOptions": [ + { + "value": 0, + "name": "Day", + "order": 0, + "hint": "(0)" + }, + { + "value": 1, + "name": "Hour", + "order": 1, + "hint": "(1)" + } + ], + "isFloat": false + }, + { + "order": 5, + "name": "torrentBaseSettings.appMinimumSeeders", + "label": "Apps Minimum Seeders", + "helpText": "Minimum seeders required by the Applications for the indexer to grab, empty is Sync profile's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 6, + "name": "torrentBaseSettings.seedRatio", + "label": "Seed Ratio", + "helpText": "The ratio a torrent should reach before stopping, empty is app's default", + "type": "textbox", + "advanced": true, + "isFloat": false + }, + { + "order": 7, + "name": "torrentBaseSettings.seedTime", + "label": "Seed Time", + "unit": "minutes", + "helpText": "The time a torrent should be seeded before stopping, empty is app's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 8, + "name": "torrentBaseSettings.packSeedTime", + "label": "Pack Seed Time", + "unit": "minutes", + "helpText": "The time a pack (season or discography) torrent should be seeded before stopping, empty is app's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 0, + "name": "sort", + "label": "Sort requested from site", + "value": 0, + "type": "select", + "advanced": false, + "selectOptions": [ + { + "value": 0, + "name": "created desc", + "order": 0 + }, + { + "value": 1, + "name": "size desc", + "order": 0 + }, + { + "value": 2, + "name": "seeders desc", + "order": 0 + }, + { + "value": 3, + "name": "created asc", + "order": 0 + }, + { + "value": 4, + "name": "size asc", + "order": 0 + }, + { + "value": 5, + "name": "seeders asc", + "order": 0 + } + ], + "isFloat": false + } + ], + "implementationName": "Cardigann", + "implementation": "Cardigann", + "configContract": "CardigannSettings", + "infoLink": "https://wiki.servarr.com/prowlarr/supported-indexers#therarbg", + "tags": [] + }, + { + "indexerUrls": [ + "https://www.torlock2.com/", + "https://www.torlock.com/", + "https://torlock.unblockit.date/", + "https://torlock.nocensor.cloud/", + "https://torlock.mrunblock.bond/" + ], + "legacyUrls": [ + "https://torlock.com/", + "https://torlock.nocensor.biz/", + "https://www.torlock.icu/", + "https://torlock.nocensor.sbs/", + "https://torlock.unblockit.nz/", + "https://torlock.nocensor.world/", + "https://torlock.unblockit.page/", + "https://torlock.unblockit.pet/", + "https://torlock.nocensor.lol/", + "https://torlock.unblockit.ink/", + "https://torlock.unblockit.bio/", + "https://torlock.unblockit.boo/", + "https://torlock.mrunblock.guru/", + "https://torlock.unblockit.click/", + "https://torlock.unblockit.asia/", + "https://torlock.mrunblock.life/", + "https://torlock.unblockit.mov/", + "https://torlock.unblockit.rsvp/", + "https://torlock.nocensor.click/", + "https://torlock.unblockit.vegas/", + "https://torlock.unblockit.esq/", + "https://torlock.unblockit.zip/", + "https://torlock.unblockit.foo/", + "https://torlock.unblockit.ing/" + ], + "definitionName": "torlock", + "description": "Torlock is a torrent search site that lists verified torrents only for TV series and movies", + "language": "en-US", + "encoding": "Unicode (UTF-8)", + "enable": true, + "redirect": false, + "supportsRss": true, + "supportsSearch": true, + "supportsRedirect": false, + "supportsPagination": false, + "appProfileId": 1, + "protocol": "torrent", + "privacy": "public", + "capabilities": { + "limitsMax": 100, + "limitsDefault": 100, + "categories": [ + { + "id": 5000, + "name": "TV", + "subCategories": [ + { + "id": 5070, + "name": "TV/Anime", + "subCategories": [] + } + ] + }, + { + "id": 108341, + "name": "TV Shows", + "subCategories": [] + }, + { + "id": 2000, + "name": "Movies", + "subCategories": [] + }, + { + "id": 149894, + "name": "Movies", + "subCategories": [] + }, + { + "id": 3000, + "name": "Audio", + "subCategories": [ + { + "id": 3030, + "name": "Audio/Audiobook", + "subCategories": [] + } + ] + }, + { + "id": 115039, + "name": "Music", + "subCategories": [] + }, + { + "id": 4000, + "name": "PC", + "subCategories": [ + { + "id": 4050, + "name": "PC/Games", + "subCategories": [] + } + ] + }, + { + "id": 129235, + "name": "Games", + "subCategories": [] + }, + { + "id": 142238, + "name": "Software", + "subCategories": [] + }, + { + "id": 146976, + "name": "Anime", + "subCategories": [] + }, + { + "id": 7000, + "name": "Books", + "subCategories": [ + { + "id": 7020, + "name": "Books/EBook", + "subCategories": [] + } + ] + }, + { + "id": 150256, + "name": "Books", + "subCategories": [] + }, + { + "id": 8000, + "name": "Other", + "subCategories": [ + { + "id": 8010, + "name": "Other/Misc", + "subCategories": [] + } + ] + }, + { + "id": 131893, + "name": "Other", + "subCategories": [] + }, + { + "id": 116950, + "name": "Audiobook", + "subCategories": [] + }, + { + "id": 162523, + "name": "Images", + "subCategories": [] + } + ], + "supportsRawSearch": false, + "searchParams": [ + "q", + "q" + ], + "tvSearchParams": [ + "q", + "season", + "ep" + ], + "movieSearchParams": [ + "q" + ], + "musicSearchParams": [ + "q" + ], + "bookSearchParams": [ + "q" + ] + }, + "priority": 25, + "downloadClientId": 0, + "added": "2024-01-30T18:49:07Z", + "sortName": "torlock", + "name": "Torlock", + "fields": [ + { + "order": 0, + "name": "definitionFile", + "value": "torlock", + "type": "textbox", + "advanced": false, + "hidden": "hidden", + "isFloat": false + }, + { + "order": 1, + "name": "baseUrl", + "label": "Base Url", + "helpText": "Select which baseurl Prowlarr will use for requests to the site", + "type": "select", + "advanced": false, + "selectOptionsProviderAction": "getUrls", + "isFloat": false + }, + { + "order": 2, + "name": "baseSettings.queryLimit", + "label": "Query Limit", + "helpText": "The number of max queries as specified by the respective unit that Prowlarr will allow to the site", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 3, + "name": "baseSettings.grabLimit", + "label": "Grab Limit", + "helpText": "The number of max grabs as specified by the respective unit that Prowlarr will allow to the site", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 4, + "name": "baseSettings.limitsUnit", + "label": "Limits Unit", + "helpText": "The unit of time for counting limits per indexer", + "value": 0, + "type": "select", + "advanced": true, + "selectOptions": [ + { + "value": 0, + "name": "Day", + "order": 0, + "hint": "(0)" + }, + { + "value": 1, + "name": "Hour", + "order": 1, + "hint": "(1)" + } + ], + "isFloat": false + }, + { + "order": 5, + "name": "torrentBaseSettings.appMinimumSeeders", + "label": "Apps Minimum Seeders", + "helpText": "Minimum seeders required by the Applications for the indexer to grab, empty is Sync profile's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 6, + "name": "torrentBaseSettings.seedRatio", + "label": "Seed Ratio", + "helpText": "The ratio a torrent should reach before stopping, empty is app's default", + "type": "textbox", + "advanced": true, + "isFloat": false + }, + { + "order": 7, + "name": "torrentBaseSettings.seedTime", + "label": "Seed Time", + "unit": "minutes", + "helpText": "The time a torrent should be seeded before stopping, empty is app's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 8, + "name": "torrentBaseSettings.packSeedTime", + "label": "Pack Seed Time", + "unit": "minutes", + "helpText": "The time a pack (season or discography) torrent should be seeded before stopping, empty is app's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 0, + "name": "sort", + "label": "Sort requested from site (only works for search with keywords)", + "value": 0, + "type": "select", + "advanced": false, + "selectOptions": [ + { + "value": 0, + "name": "created", + "order": 0 + }, + { + "value": 1, + "name": "seeders", + "order": 0 + }, + { + "value": 2, + "name": "size", + "order": 0 + } + ], + "isFloat": false + }, + { + "order": 1, + "name": "type", + "label": "Order requested from site", + "value": 1, + "type": "select", + "advanced": false, + "selectOptions": [ + { + "value": 0, + "name": "asc", + "order": 0 + }, + { + "value": 1, + "name": "desc", + "order": 0 + } + ], + "isFloat": false + } + ], + "implementationName": "Cardigann", + "implementation": "Cardigann", + "configContract": "CardigannSettings", + "infoLink": "https://wiki.servarr.com/prowlarr/supported-indexers#torlock", + "tags": [] + }, + { + "indexerUrls": [ + "https://www.torrentdownloads.pro/", + "https://torrentdownloads.unblockit.date/", + "https://torrentdownloads.mrunblock.bond/", + "https://torrentdownloads.unblockninja.com/", + "https://torrentdownloads.nocensor.cloud/" + ], + "legacyUrls": [ + "https://www.torrentdownloads.me/", + "https://torrentdownloads.nocensor.work/", + "https://torrentdownloads.nocensor.biz/", + "https://torrentdownloads.nocensor.sbs/", + "https://torrentdownloads.unblockit.nz/", + "https://torrentdownloads.nocensor.world/", + "https://torrentdownloads.unblockit.page/", + "https://torrentdownloads.unblockit.pet/", + "https://torrentdownloads.nocensor.lol/", + "https://torrentdownloads.unblockit.ink/", + "https://torrentdownloads.unblockit.bio/", + "https://torrentdownloads.unblockit.boo/", + "https://www.torrentdownloads.info/", + "https://torrentdownloads.mrunblock.guru/", + "https://torrentdownloads.unblockit.click/", + "https://torrentdownloads.unblockit.asia/", + "https://torrentdownloads.unblockit.mov/", + "https://torrentdownloads.mrunblock.life/", + "https://torrentdownloads.unblockit.rsvp/", + "https://torrentdownloads.nocensor.click/", + "https://torrentdownloads.unblockit.vegas/", + "https://torrentdownloads.unblockit.esq/", + "https://torrentdownloads.unblockit.zip/", + "https://torrentdownloads.unblockit.foo/", + "https://torrentdownloads.unblockit.ing/" + ], + "definitionName": "torrentdownloads", + "description": "Torrent Downloads (TD) is a Public torrent site for all kinds of content", + "language": "en-US", + "encoding": "Unicode (UTF-8)", + "enable": true, + "redirect": false, + "supportsRss": true, + "supportsSearch": true, + "supportsRedirect": false, + "supportsPagination": false, + "appProfileId": 1, + "protocol": "torrent", + "privacy": "public", + "capabilities": { + "limitsMax": 100, + "limitsDefault": 100, + "categories": [ + { + "id": 5000, + "name": "TV", + "subCategories": [ + { + "id": 5070, + "name": "TV/Anime", + "subCategories": [] + } + ] + }, + { + "id": 100008, + "name": "TV Shows", + "subCategories": [] + }, + { + "id": 2000, + "name": "Movies", + "subCategories": [] + }, + { + "id": 100004, + "name": "Movies", + "subCategories": [] + }, + { + "id": 3000, + "name": "Audio", + "subCategories": [] + }, + { + "id": 100005, + "name": "Music", + "subCategories": [] + }, + { + "id": 4000, + "name": "PC", + "subCategories": [ + { + "id": 4050, + "name": "PC/Games", + "subCategories": [] + } + ] + }, + { + "id": 100003, + "name": "Games", + "subCategories": [] + }, + { + "id": 100007, + "name": "Software", + "subCategories": [] + }, + { + "id": 100001, + "name": "Anime", + "subCategories": [] + }, + { + "id": 7000, + "name": "Books", + "subCategories": [] + }, + { + "id": 100002, + "name": "Books", + "subCategories": [] + }, + { + "id": 8000, + "name": "Other", + "subCategories": [] + }, + { + "id": 100009, + "name": "Other", + "subCategories": [] + }, + { + "id": 100000, + "name": "Other", + "subCategories": [] + }, + { + "id": 100006, + "name": "Pics", + "subCategories": [] + } + ], + "supportsRawSearch": true, + "searchParams": [ + "q", + "q" + ], + "tvSearchParams": [ + "q", + "season", + "ep" + ], + "movieSearchParams": [ + "q" + ], + "musicSearchParams": [ + "q" + ], + "bookSearchParams": [ + "q" + ] + }, + "priority": 25, + "downloadClientId": 0, + "added": "2024-01-30T18:49:22Z", + "sortName": "torrent downloads", + "name": "Torrent Downloads", + "fields": [ + { + "order": 0, + "name": "definitionFile", + "value": "torrentdownloads", + "type": "textbox", + "advanced": false, + "hidden": "hidden", + "isFloat": false + }, + { + "order": 1, + "name": "baseUrl", + "label": "Base Url", + "helpText": "Select which baseurl Prowlarr will use for requests to the site", + "type": "select", + "advanced": false, + "selectOptionsProviderAction": "getUrls", + "isFloat": false + }, + { + "order": 2, + "name": "baseSettings.queryLimit", + "label": "Query Limit", + "helpText": "The number of max queries as specified by the respective unit that Prowlarr will allow to the site", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 3, + "name": "baseSettings.grabLimit", + "label": "Grab Limit", + "helpText": "The number of max grabs as specified by the respective unit that Prowlarr will allow to the site", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 4, + "name": "baseSettings.limitsUnit", + "label": "Limits Unit", + "helpText": "The unit of time for counting limits per indexer", + "value": 0, + "type": "select", + "advanced": true, + "selectOptions": [ + { + "value": 0, + "name": "Day", + "order": 0, + "hint": "(0)" + }, + { + "value": 1, + "name": "Hour", + "order": 1, + "hint": "(1)" + } + ], + "isFloat": false + }, + { + "order": 5, + "name": "torrentBaseSettings.appMinimumSeeders", + "label": "Apps Minimum Seeders", + "helpText": "Minimum seeders required by the Applications for the indexer to grab, empty is Sync profile's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 6, + "name": "torrentBaseSettings.seedRatio", + "label": "Seed Ratio", + "helpText": "The ratio a torrent should reach before stopping, empty is app's default", + "type": "textbox", + "advanced": true, + "isFloat": false + }, + { + "order": 7, + "name": "torrentBaseSettings.seedTime", + "label": "Seed Time", + "unit": "minutes", + "helpText": "The time a torrent should be seeded before stopping, empty is app's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 8, + "name": "torrentBaseSettings.packSeedTime", + "label": "Pack Seed Time", + "unit": "minutes", + "helpText": "The time a pack (season or discography) torrent should be seeded before stopping, empty is app's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 0, + "name": "downloadlink", + "label": "Download link", + "value": 1, + "type": "select", + "advanced": false, + "selectOptions": [ + { + "value": 0, + "name": "iTorrents.org", + "order": 0 + }, + { + "value": 1, + "name": "magnet", + "order": 0 + } + ], + "isFloat": false + }, + { + "order": 1, + "name": "downloadlink2", + "label": "Download link (fallback)", + "value": 0, + "type": "select", + "advanced": false, + "selectOptions": [ + { + "value": 0, + "name": "iTorrents.org", + "order": 0 + }, + { + "value": 1, + "name": "magnet", + "order": 0 + } + ], + "isFloat": false + }, + { + "order": 2, + "name": "info_download", + "label": "About the Download links", + "value": "As the .torrent download links on this site are known to fail from time to time, you can optionally set as a fallback an automatic alternate link.", + "type": "info", + "advanced": false, + "isFloat": false + } + ], + "implementationName": "Cardigann", + "implementation": "Cardigann", + "configContract": "CardigannSettings", + "infoLink": "https://wiki.servarr.com/prowlarr/supported-indexers#torrentdownloads", + "tags": [] + }, + { + "indexerUrls": [ + "https://yourbittorrent.com/", + "https://yourbittorrent2.com/", + "https://yourbittorrent.nocensor.cloud/", + "https://yourbittorrent.mrunblock.bond/" + ], + "legacyUrls": [ + "https://yourbittorrent.host/", + "https://yourbittorrent.nocensor.space/", + "https://yourbittorrent.nocensor.work/", + "https://yourbittorrent.nocensor.biz/", + "https://yourbittorrent.nocensor.sbs/", + "https://yourbittorrent.nocensor.world/", + "https://yourbittorrent.nocensor.lol/", + "https://yourbittorrent.mrunblock.guru/", + "https://yourbittorrent.mrunblock.life/", + "https://yourbittorrent.nocensor.click/" + ], + "definitionName": "yourbittorrent", + "description": "YourBittorrent is a Public torrent index", + "language": "en-US", + "encoding": "Unicode (UTF-8)", + "enable": true, + "redirect": false, + "supportsRss": true, + "supportsSearch": true, + "supportsRedirect": false, + "supportsPagination": false, + "appProfileId": 1, + "protocol": "torrent", + "privacy": "public", + "capabilities": { + "limitsMax": 100, + "limitsDefault": 100, + "categories": [ + { + "id": 5000, + "name": "TV", + "subCategories": [ + { + "id": 5070, + "name": "TV/Anime", + "subCategories": [] + } + ] + }, + { + "id": 141745, + "name": "Anime", + "subCategories": [] + }, + { + "id": 4000, + "name": "PC", + "subCategories": [ + { + "id": 4050, + "name": "PC/Games", + "subCategories": [] + } + ] + }, + { + "id": 133225, + "name": "Software", + "subCategories": [] + }, + { + "id": 7000, + "name": "Books", + "subCategories": [] + }, + { + "id": 111872, + "name": "Ebooks", + "subCategories": [] + }, + { + "id": 110205, + "name": "Games", + "subCategories": [] + }, + { + "id": 2000, + "name": "Movies", + "subCategories": [] + }, + { + "id": 112696, + "name": "Movies", + "subCategories": [] + }, + { + "id": 3000, + "name": "Audio", + "subCategories": [] + }, + { + "id": 100314, + "name": "Music", + "subCategories": [] + }, + { + "id": 102144, + "name": "TV", + "subCategories": [] + }, + { + "id": 8000, + "name": "Other", + "subCategories": [] + }, + { + "id": 138096, + "name": "Other", + "subCategories": [] + }, + { + "id": 122574, + "name": "Photos", + "subCategories": [] + }, + { + "id": 115370, + "name": "Pictures", + "subCategories": [] + }, + { + "id": 155376, + "name": "Unknown", + "subCategories": [] + } + ], + "supportsRawSearch": false, + "searchParams": [ + "q", + "q" + ], + "tvSearchParams": [ + "q", + "season", + "ep" + ], + "movieSearchParams": [ + "q" + ], + "musicSearchParams": [ + "q" + ], + "bookSearchParams": [ + "q" + ] + }, + "priority": 25, + "downloadClientId": 0, + "added": "2024-01-30T18:50:25Z", + "sortName": "yourbittorrent", + "name": "YourBittorrent", + "fields": [ + { + "order": 0, + "name": "definitionFile", + "value": "yourbittorrent", + "type": "textbox", + "advanced": false, + "hidden": "hidden", + "isFloat": false + }, + { + "order": 1, + "name": "baseUrl", + "label": "Base Url", + "helpText": "Select which baseurl Prowlarr will use for requests to the site", + "type": "select", + "advanced": false, + "selectOptionsProviderAction": "getUrls", + "isFloat": false + }, + { + "order": 2, + "name": "baseSettings.queryLimit", + "label": "Query Limit", + "helpText": "The number of max queries as specified by the respective unit that Prowlarr will allow to the site", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 3, + "name": "baseSettings.grabLimit", + "label": "Grab Limit", + "helpText": "The number of max grabs as specified by the respective unit that Prowlarr will allow to the site", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 4, + "name": "baseSettings.limitsUnit", + "label": "Limits Unit", + "helpText": "The unit of time for counting limits per indexer", + "value": 0, + "type": "select", + "advanced": true, + "selectOptions": [ + { + "value": 0, + "name": "Day", + "order": 0, + "hint": "(0)" + }, + { + "value": 1, + "name": "Hour", + "order": 1, + "hint": "(1)" + } + ], + "isFloat": false + }, + { + "order": 5, + "name": "torrentBaseSettings.appMinimumSeeders", + "label": "Apps Minimum Seeders", + "helpText": "Minimum seeders required by the Applications for the indexer to grab, empty is Sync profile's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 6, + "name": "torrentBaseSettings.seedRatio", + "label": "Seed Ratio", + "helpText": "The ratio a torrent should reach before stopping, empty is app's default", + "type": "textbox", + "advanced": true, + "isFloat": false + }, + { + "order": 7, + "name": "torrentBaseSettings.seedTime", + "label": "Seed Time", + "unit": "minutes", + "helpText": "The time a torrent should be seeded before stopping, empty is app's default", + "type": "number", + "advanced": true, + "isFloat": false + }, + { + "order": 8, + "name": "torrentBaseSettings.packSeedTime", + "label": "Pack Seed Time", + "unit": "minutes", + "helpText": "The time a pack (season or discography) torrent should be seeded before stopping, empty is app's default", + "type": "number", + "advanced": true, + "isFloat": false + } + ], + "implementationName": "Cardigann", + "implementation": "Cardigann", + "configContract": "CardigannSettings", + "infoLink": "https://wiki.servarr.com/prowlarr/supported-indexers#yourbittorrent", + "tags": [] + }, + { + "indexerUrls": [ + "http://rutor.info/", + "http://rutor.is/", + "http://new-rutor.org/" + ], + "legacyUrls": [ + "http://live-rutor.org/", + "https://rutor.uk-unblock.xyz/", + "https://rutor.ind-unblock.xyz/", + "https://rutor.unblocked.bar/", + "https://rutor.proxyportal.pw/", + "https://rutor.uk-unblock.pro/", + "https://rutor.root.yt/", + "https://rutor.unblocked.rest/", + "https://rutor.unblocked.monster/", + "https://rutor.nocensor.space/", + "https://rutor.nocensor.work/", + "http://6tor.org/", + "https://rutor.nocensor.world/", + "https://rutor.nocensor.lol/", + "https://rutor.nocensor.art/", + "https://rutor.mrunblock.guru/", + "https://rutor.mrunblock.life/", + "https://rutor.nocensor.click/", + "https://rutor.mrunblock.bond/", + "https://rutor.nocensor.cloud/" + ], + "definitionName": "rutor", + "description": "RuTor is a RUSSIAN Public site for MOVIES / TV / GENERAL", + "language": "ru-RU", + "enable": true, + "redirect": false, + "supportsRss": true, + "supportsSearch": true, + "supportsRedirect": false, + "supportsPagination": false, + "appProfileId": 1, + "protocol": "torrent", + "privacy": "public", + "capabilities": { + "limitsMax": 100, + "limitsDefault": 100, + "categories": [ + { + "id": 2000, + "name": "Movies", + "subCategories": [] + }, + { + "id": 5000, + "name": "TV", + "subCategories": [] + }, + { + "id": 8000, + "name": "Other", + "subCategories": [] + } + ], + "supportsRawSearch": false, + "searchParams": [ + "q", + "q" + ], + "tvSearchParams": [ + "q", + "season", + "ep", + "imdbId" + ], + "movieSearchParams": [ + "q", + "imdbId" + ], + "musicSearchParams": [ + "q" + ], + "bookSearchParams": [] + }, + "priority": 25, + "downloadClientId": 0, + "added": "0001-01-01T00:00:00Z", + "sortName": "rutor", + "name": "RuTor", + "fields": [ + { + "name": "definitionFile", + "value": "rutor" + }, + { + "name": "baseUrl" + }, + { + "name": "baseSettings.queryLimit" + }, + { + "name": "baseSettings.grabLimit" + }, + { + "name": "baseSettings.limitsUnit", + "value": 0 + }, + { + "name": "torrentBaseSettings.appMinimumSeeders" + }, + { + "name": "torrentBaseSettings.seedRatio" + }, + { + "name": "torrentBaseSettings.seedTime" + }, + { + "name": "torrentBaseSettings.packSeedTime" + }, + { + "name": "stripcyrillic", + "value": false + }, + { + "name": "addrussiantotitle", + "value": false + }, + { + "name": "info", + "value": "RuTor does not display categories in its search results page. This definition is probably only suitable for Prowlarr Dashboard Manual searches." + }, + { + "name": "sort", + "value": 0 + } + ], + "implementationName": "Cardigann", + "implementation": "Cardigann", + "configContract": "CardigannSettings", + "infoLink": "https://wiki.servarr.com/prowlarr/supported-indexers#rutor", + "tags": [] + }, + { + "indexerUrls": [ + "http://rutracker.ru/" + ], + "legacyUrls": [], + "definitionName": "rutracker-ru", + "description": "RuTracker.RU is a RUSSIAN Public Torrent Tracker for MOVIES / TV / GENERAL", + "language": "ru-RU", + "enable": true, + "redirect": false, + "supportsRss": true, + "supportsSearch": true, + "supportsRedirect": false, + "supportsPagination": false, + "appProfileId": 1, + "protocol": "torrent", + "privacy": "public", + "capabilities": { + "limitsMax": 100, + "limitsDefault": 100, + "categories": [ + { + "id": 2000, + "name": "Movies", + "subCategories": [ + { + "id": 2040, + "name": "Movies/HD", + "subCategories": [] + }, + { + "id": 2070, + "name": "Movies/DVD", + "subCategories": [] + }, + { + "id": 2060, + "name": "Movies/3D", + "subCategories": [] + } + ] + }, + { + "id": 5000, + "name": "TV", + "subCategories": [ + { + "id": 5040, + "name": "TV/HD", + "subCategories": [] + }, + { + "id": 5010, + "name": "TV/WEB-DL", + "subCategories": [] + }, + { + "id": 5045, + "name": "TV/UHD", + "subCategories": [] + }, + { + "id": 5030, + "name": "TV/SD", + "subCategories": [] + }, + { + "id": 5070, + "name": "TV/Anime", + "subCategories": [] + }, + { + "id": 5060, + "name": "TV/Sport", + "subCategories": [] + } + ] + }, + { + "id": 4000, + "name": "PC", + "subCategories": [ + { + "id": 4050, + "name": "PC/Games", + "subCategories": [] + }, + { + "id": 4040, + "name": "PC/Mobile-Other", + "subCategories": [] + }, + { + "id": 4060, + "name": "PC/Mobile-iOS", + "subCategories": [] + }, + { + "id": 4070, + "name": "PC/Mobile-Android", + "subCategories": [] + } + ] + }, + { + "id": 1000, + "name": "Console", + "subCategories": [ + { + "id": 1020, + "name": "Console/PSP", + "subCategories": [] + }, + { + "id": 1040, + "name": "Console/XBox", + "subCategories": [] + } + ] + }, + { + "id": 7000, + "name": "Books", + "subCategories": [] + }, + { + "id": 3000, + "name": "Audio", + "subCategories": [ + { + "id": 3030, + "name": "Audio/Audiobook", + "subCategories": [] + }, + { + "id": 3010, + "name": "Audio/MP3", + "subCategories": [] + }, + { + "id": 3040, + "name": "Audio/Lossless", + "subCategories": [] + } + ] + }, + { + "id": 6000, + "name": "XXX", + "subCategories": [] + }, + { + "id": 8000, + "name": "Other", + "subCategories": [] + } + ], + "supportsRawSearch": true, + "searchParams": [ + "q", + "q" + ], + "tvSearchParams": [ + "q", + "season", + "ep" + ], + "movieSearchParams": [ + "q" + ], + "musicSearchParams": [ + "q" + ], + "bookSearchParams": [ + "q" + ] + }, + "priority": 25, + "downloadClientId": 0, + "added": "0001-01-01T00:00:00Z", + "sortName": "rutracker ru", + "name": "RuTracker.RU", + "fields": [ + { + "name": "definitionFile", + "value": "rutracker-ru" + }, + { + "name": "baseUrl" + }, + { + "name": "baseSettings.queryLimit" + }, + { + "name": "baseSettings.grabLimit" + }, + { + "name": "baseSettings.limitsUnit", + "value": 0 + }, + { + "name": "torrentBaseSettings.appMinimumSeeders" + }, + { + "name": "torrentBaseSettings.seedRatio" + }, + { + "name": "torrentBaseSettings.seedTime" + }, + { + "name": "torrentBaseSettings.packSeedTime" + }, + { + "name": "stripcyrillic", + "value": false + }, + { + "name": "addrussiantotitle", + "value": false + }, + { + "name": "sort", + "value": 0 + }, + { + "name": "type", + "value": 1 + } + ], + "implementationName": "Cardigann", + "implementation": "Cardigann", + "configContract": "CardigannSettings", + "infoLink": "https://wiki.servarr.com/prowlarr/supported-indexers#rutracker-ru", + "tags": [] + } ] \ No newline at end of file diff --git a/scrappers/prowlarr.py b/scrappers/prowlarr.py index abf5538..8828a05 100644 --- a/scrappers/prowlarr.py +++ b/scrappers/prowlarr.py @@ -220,6 +220,7 @@ async def prowlarr_data_parser(meta_data: dict) -> tuple[dict, bool]: "Torlock", "YourBittorrent", "The Pirate Bay", + "RuTracker.RU", ]: # For these indexers, the guid is a direct torrent file download link download_url = meta_data.get("guid")