mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
FilmesHdTorrent: update alt site
/baixar/ is required and working
This commit is contained in:
@@ -23,12 +23,13 @@ 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://torrentalerta.net/",
|
"https://filmetorrent.org/baixar/",
|
||||||
};
|
};
|
||||||
|
|
||||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||||
"https://baixarfilmestorrents.net/",
|
"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)
|
public FilmesHdTorrent(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps, ICacheService cs) : base(configService, wc, l, ps, cs)
|
||||||
|
Reference in New Issue
Block a user