Updated How to remove Indexers from jackett (markdown)

garfield69 2024-02-14 12:25:09 +13:00
parent efd8fd3c35
commit 6907852e7e
1 changed files with 3 additions and 3 deletions

@ -2,8 +2,8 @@ These are the steps you should complete when you are going to remove an Indexer
1. 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
2. for C# delete the source Indexer in https://github.com/Jackett/Jackett/tree/master/src/Jackett.Common/Indexers and associated config source is there is one in https://github.com/Jackett/Jackett/tree/master/src/Jackett.Common/Models/IndexerConfig/Bespoke
3. for yaml the following
3.1. delete the yml from source in https://github.com/Jackett/Jackett/tree/master/src/Jackett.Common/Definitions
3.2 add an entry in https://github.com/Jackett/Jackett/blob/master/src/Jackett.Updater/Program.cs
3. for yaml the following
3.1. delete the yml from source in https://github.com/Jackett/Jackett/tree/master/src/Jackett.Common/Definitions
3.2 add an entry in https://github.com/Jackett/Jackett/blob/master/src/Jackett.Updater/Program.cs
4. edit the indexers spreadsheet in discussions and delete the row of the indexer
5. check https://github.com/Jackett/Jackett/blob/master/src/Jackett.Common/Services/IndexerManagerService.cs and clean up any related indexer renaming