danishbytes: add official mirror *2.org

This commit is contained in:
ilike2burnthing 2022-01-08 04:20:52 +00:00 committed by GitHub
parent 271f4d45e5
commit bac28c0302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@ namespace Jackett.Common.Indexers
private new ConfigurationDataAPIKey configData => (ConfigurationDataAPIKey)base.configData;
public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://danishbytes.club/",
"https://danishbytes2.org/"
};
public override string[] LegacySiteLinks { get; protected set; } = {
"https://danishbytes.org/"
};