1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-04 10:48:26 +00:00

FilmesHdTorrent: update alt sitelink

This commit is contained in:
ilike2burnthing 2025-01-29 05:49:46 +00:00 committed by GitHub
parent ceef3ca682
commit ffc225ab0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)