From 97be156579f7c06a80ab53e89944c560fcc24b54 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 11 Jan 2025 09:26:47 +0000 Subject: [PATCH] FilmesHdTorrent: update alt site /baixar/ is required and working --- src/Jackett.Common/Indexers/Definitions/FilmesHdTorrent.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/Definitions/FilmesHdTorrent.cs b/src/Jackett.Common/Indexers/Definitions/FilmesHdTorrent.cs index 62571c146..a4c0f7955 100644 --- a/src/Jackett.Common/Indexers/Definitions/FilmesHdTorrent.cs +++ b/src/Jackett.Common/Indexers/Definitions/FilmesHdTorrent.cs @@ -23,12 +23,13 @@ namespace Jackett.Common.Indexers.Definitions public override string[] AlternativeSiteLinks { get; protected set; } = { "https://www.filmeshdtorrent.vip/", - "https://torrentalerta.net/", + "https://filmetorrent.org/baixar/", }; public override string[] LegacySiteLinks { get; protected set; } = { "https://baixarfilmestorrents.net/", - "https://comandofilmes.life/" + "https://comandofilmes.life/", + "https://torrentalerta.net/" }; public FilmesHdTorrent(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps, ICacheService cs) : base(configService, wc, l, ps, cs)