mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 09:48:37 +00:00
cinecalidad: add more alternative links (#11370)
This commit is contained in:
parent
5ae1ac33bd
commit
b70743628e
1 changed files with 6 additions and 2 deletions
|
@ -27,12 +27,16 @@ namespace Jackett.Common.Indexers
|
|||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://www.cinecalidad.is/",
|
||||
"https://www.cinecalidad.li/",
|
||||
"https://www.cinecalidad.eu/",
|
||||
"https://www.cinecalidad.im/"
|
||||
"https://cinecalidad.unbl0ck.xyz/",
|
||||
"https://cinecalidad.u4m.club/",
|
||||
"https://cinecalidad.mrunblock.icu/"
|
||||
};
|
||||
|
||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||
"https://www.cinecalidad.to/"
|
||||
"https://www.cinecalidad.to/",
|
||||
"https://www.cinecalidad.im/" // working but outdated, maybe copycat
|
||||
};
|
||||
|
||||
public Cinecalidad(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
|
||||
|
|
Loading…
Reference in a new issue