This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use strict"; | |
| const PROWLARR_API_KEY_SECRET = '[REPLACE WITH YOUR KEY]'; | |
| const PROWLARR_BASE_URL = 'http://prowlarr:9696'; | |
| // If you find yourself always using the same command-line flag, you can set it | |
| // here as a default. | |
| const res = await fetch(`${PROWLARR_BASE_URL}/api/v1/indexer?apikey=${PROWLARR_API_KEY_SECRET}`); | |
| const indexers = await res.json(); | |
| const ids = indexers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| id: capybarabr_gaucho | |
| name: CapybaraBR Gaucho (API) | |
| description: "CapybaraBR is a BRAZILIAN Private Torrent Tracker for MOVIES / TV / GENERAL" | |
| language: pt-BR | |
| type: private | |
| encoding: UTF-8 | |
| links: | |
| - https://capybarabr.com/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| id: capybarabr_gaucho | |
| name: CapybaraBR Gaucho (API) | |
| description: "CapybaraBR is a BRAZILIAN Private Torrent Tracker for MOVIES / TV / GENERAL" | |
| language: pt-BR | |
| type: private | |
| encoding: UTF-8 | |
| links: | |
| - https://capybarabr.com/ |