mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
cinecalidad: new subdomain
This commit is contained in:
parent
ef64424e5e
commit
4963e3fd25
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,9 @@ namespace Jackett.Common.Indexers
|
|||
public override string Id => "cinecalidad";
|
||||
public override string Name => "Cinecalidad";
|
||||
public override string Description => "Películas Full UHD/HD en Latino Dual.";
|
||||
public override string SiteLink { get; protected set; } = "https://wv.cinecalidad.so/";
|
||||
public override string SiteLink { get; protected set; } = "https://vvvv.cinecalidad.so/";
|
||||
public override string[] LegacySiteLinks => new[]
|
||||
{
|
||||
"https://ww.cinecalidad.foo/",
|
||||
"https://v1.cinecalidad.foo/",
|
||||
"https://w.cinecalidad.foo/",
|
||||
"https://wwv.cinecalidad.foo/",
|
||||
|
@ -42,6 +41,7 @@ namespace Jackett.Common.Indexers
|
|||
"https://vvv.cinecalidad.so/",
|
||||
"https://ww.cinecalidad.so/",
|
||||
"https://w.cinecalidad.so/",
|
||||
"https://wv.cinecalidad.so/",
|
||||
};
|
||||
public override string Language => "es-419";
|
||||
public override string Type => "public";
|
||||
|
|
Loading…
Add table
Reference in a new issue