Fixed: (Cardigann) Blocklist depreciated definitions

reverts 1abd14ee86
adds additional v3 definitions
This commit is contained in:
bakerboy448 2021-11-27 15:39:13 -06:00 committed by Qstick
parent 7ce5df63d4
commit f5d6fa9138

View file

@ -29,12 +29,21 @@ public class IndexerDefinitionUpdateService : IIndexerDefinitionUpdateService, I
private const int DEFINITION_VERSION = 3;
private readonly List<string> _defintionBlocklist = new List<string>()
{
"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;