diff --git a/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs b/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs index 53c0249af..dc4c6f2e7 100644 --- a/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs +++ b/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs @@ -29,12 +29,21 @@ namespace NzbDrone.Core.IndexerVersions private const int DEFINITION_VERSION = 3; private readonly List _defintionBlocklist = new List() { + "aither", "animeworld", - "beyond-hd", "beyond-hd-oneurl", + "beyond-hd", + "blutopia", + "brsociety", "danishbytes", + "datascene", + "desitorrents", "hdbits", - "lat-team" + "lat-team", + "reelflix", + "shareisland", + "skipthecommercials", + "tellytorrent" }; private readonly IHttpClient _httpClient;