mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: (Cardigann) Blocklist depreciated definitions
reverts 1abd14ee86
adds additional v3 definitions
This commit is contained in:
@@ -29,12 +29,21 @@ namespace NzbDrone.Core.IndexerVersions
|
|||||||
private const int DEFINITION_VERSION = 3;
|
private const int DEFINITION_VERSION = 3;
|
||||||
private readonly List<string> _defintionBlocklist = new List<string>()
|
private readonly List<string> _defintionBlocklist = new List<string>()
|
||||||
{
|
{
|
||||||
|
"aither",
|
||||||
"animeworld",
|
"animeworld",
|
||||||
"beyond-hd",
|
|
||||||
"beyond-hd-oneurl",
|
"beyond-hd-oneurl",
|
||||||
|
"beyond-hd",
|
||||||
|
"blutopia",
|
||||||
|
"brsociety",
|
||||||
"danishbytes",
|
"danishbytes",
|
||||||
|
"datascene",
|
||||||
|
"desitorrents",
|
||||||
"hdbits",
|
"hdbits",
|
||||||
"lat-team"
|
"lat-team",
|
||||||
|
"reelflix",
|
||||||
|
"shareisland",
|
||||||
|
"skipthecommercials",
|
||||||
|
"tellytorrent"
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly IHttpClient _httpClient;
|
private readonly IHttpClient _httpClient;
|
||||||
|
Reference in New Issue
Block a user