assorted: change nocensor proxy domain *.biz (#12474)

This commit is contained in:
ilike2burnthing
2021-10-28 16:39:16 +01:00
committed by GitHub
parent 70c46dcc36
commit 007bc0835a
30 changed files with 60 additions and 28 deletions

View File

@@ -22,11 +22,12 @@ namespace Jackett.Common.Indexers
{
public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://subsplease.org/",
"https://subsplease.nocensor.work/"
"https://subsplease.nocensor.biz/"
};
public override string[] LegacySiteLinks { get; protected set; } = {
"https://subsplease.nocensor.space/"
"https://subsplease.nocensor.space/",
"https://subsplease.nocensor.work/"
};
private string ApiEndpoint => SiteLink + "/api/?";