From 788d07ed6f815f40288267986476cf7d8ba9fcbf Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 18 Jan 2025 05:24:56 +1300 Subject: [PATCH] filmeshdtorrent: replace alternate domain --- src/Jackett.Common/Indexers/Definitions/FilmesHdTorrent.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/Definitions/FilmesHdTorrent.cs b/src/Jackett.Common/Indexers/Definitions/FilmesHdTorrent.cs index e5b55b48d..ba18c99d4 100644 --- a/src/Jackett.Common/Indexers/Definitions/FilmesHdTorrent.cs +++ b/src/Jackett.Common/Indexers/Definitions/FilmesHdTorrent.cs @@ -23,7 +23,7 @@ namespace Jackett.Common.Indexers.Definitions public override string[] AlternativeSiteLinks { get; protected set; } = { "https://www.filmeshdtorrent.vip/", - "https://filmetorrent.org/x/", + "https://bludvfilmes.org/", }; public override string[] LegacySiteLinks { get; protected set; } = { @@ -31,6 +31,7 @@ namespace Jackett.Common.Indexers.Definitions "https://comandofilmes.life/", "https://torrentalerta.net/", "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)