assorted: change nocensor proxy domain *.work (#12271)

This commit is contained in:
ilike2burnthing
2021-09-06 16:51:01 +01:00
committed by GitHub
parent 11edf4e8bd
commit e08774001a
28 changed files with 60 additions and 24 deletions

View File

@@ -22,6 +22,10 @@ namespace Jackett.Common.Indexers
{
public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://subsplease.org/",
"https://subsplease.nocensor.work/"
};
public override string[] LegacySiteLinks { get; protected set; } = {
"https://subsplease.nocensor.space/"
};