Fixed: (Cardigann) Blocklist depreciated definitions

reverts 1abd14ee86
adds additional v3 definitions
pull/646/head v0.1.4.1155
bakerboy448 3 years ago committed by Qstick
parent 7ce5df63d4
commit f5d6fa9138

@ -29,12 +29,21 @@ namespace NzbDrone.Core.IndexerVersions
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;

Loading…
Cancel
Save