filmeshdtorrent: replace alternate domain

This commit is contained in:
Garfield69
2025-01-18 05:24:56 +13:00
parent 1642ba6d05
commit 788d07ed6f

View File

@@ -23,7 +23,7 @@ namespace Jackett.Common.Indexers.Definitions
public override string[] AlternativeSiteLinks { get; protected set; } = { public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://www.filmeshdtorrent.vip/", "https://www.filmeshdtorrent.vip/",
"https://filmetorrent.org/x/", "https://bludvfilmes.org/",
}; };
public override string[] LegacySiteLinks { get; protected set; } = { public override string[] LegacySiteLinks { get; protected set; } = {
@@ -31,6 +31,7 @@ namespace Jackett.Common.Indexers.Definitions
"https://comandofilmes.life/", "https://comandofilmes.life/",
"https://torrentalerta.net/", "https://torrentalerta.net/",
"https://filmetorrent.org/baixar/", "https://filmetorrent.org/baixar/",
"https://filmetorrent.org/x/",
}; };
public FilmesHdTorrent(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps, ICacheService cs) : base(configService, wc, l, ps, cs) public FilmesHdTorrent(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps, ICacheService cs) : base(configService, wc, l, ps, cs)