From b517dd0943f3bb91a47b84e66164be575f02fa9d Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 28 Sep 2025 06:04:39 +1300 Subject: [PATCH] torrentdosfilmes: new domains --- .../Indexers/Definitions/TorrentDosFilmes.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Indexers/Definitions/TorrentDosFilmes.cs b/src/Jackett.Common/Indexers/Definitions/TorrentDosFilmes.cs index dcfce9d4f..398cdca39 100644 --- a/src/Jackett.Common/Indexers/Definitions/TorrentDosFilmes.cs +++ b/src/Jackett.Common/Indexers/Definitions/TorrentDosFilmes.cs @@ -21,15 +21,17 @@ namespace Jackett.Common.Indexers.Definitions { public override string Id => "torrentdosfilmes"; public override string Name => "TorrentDosFilmes"; - public override string SiteLink { get; protected set; } = "https://torrentsdosfilmes.to/"; + public override string SiteLink { get; protected set; } = "https://torrentdosfilmes.net/"; public override string[] AlternativeSiteLinks { get; protected set; } = { - "https://torrentsdosfilmes.to/", - "https://ComandoFilmes.xyz/" + "https://torrentdosfilmes.net/", + "https://comando4kfilmes.xyz/", }; public override string[] LegacySiteLinks { get; protected set; } = { - "https://torrentdosfilmes.site/" + "https://torrentdosfilmes.site/", + "https://torrentsdosfilmes.to/", + "https://ComandoFilmes.xyz/", }; public TorrentDosFilmes(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,