mirror of
https://github.com/Jackett/Jackett
synced 2024-12-21 23:33:18 +00:00
0
Development: How to remove Indexers from Jackett
ilike2burnthing edited this page 2024-09-15 00:53:11 +01:00
This documents the steps you should complete when you are going to remove an Indexer from Jackett
- Edit the readme.md at https://github.com/Jackett/Jackett/blob/master/README.md to delete the indexer name from the list of public/semi/private indexers
- for C#
- delete the source Indexer in https://github.com/Jackett/Jackett/tree/master/src/Jackett.Common/Indexers
- and the associated config source if there is one, in https://github.com/Jackett/Jackett/tree/master/src/Jackett.Common/Models/IndexerConfig/Bespoke
- for yaml
- delete the yml from source in https://github.com/Jackett/Jackett/tree/master/src/Jackett.Common/Definitions
- and add an entry in https://github.com/Jackett/Jackett/blob/master/src/Jackett.Updater/Program.cs to remove the indexer on the users' end
- edit the indexers spreadsheet in discussions and delete the row of the indexer