diff --git a/src/Jackett.Common/Indexers/Definitions/FilmesHdTorrent.cs b/src/Jackett.Common/Indexers/Definitions/FilmesHdTorrent.cs index ba18c99d4..dfe97a9a1 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://bludvfilmes.org/", + "https://bludvfilmes.org/rarbg/", }; public override string[] LegacySiteLinks { get; protected set; } = { @@ -32,6 +32,7 @@ namespace Jackett.Common.Indexers.Definitions "https://torrentalerta.net/", "https://filmetorrent.org/baixar/", "https://filmetorrent.org/x/", + "https://bludvfilmes.org/", }; public FilmesHdTorrent(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps, ICacheService cs) : base(configService, wc, l, ps, cs)