dontorrent: change domain *.cloud

This commit is contained in:
ilike2burnthing
2023-03-08 11:33:32 +00:00
committed by GitHub
parent a3e0f49cd0
commit 8cb82021ef

View File

@@ -38,7 +38,7 @@ namespace Jackett.Common.Indexers
private const string SearchUrl = "buscar/"; private const string SearchUrl = "buscar/";
public override string[] AlternativeSiteLinks { get; protected set; } = { public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://dontorrent.love/", "https://dontorrent.cloud/",
"https://todotorrents.net/", "https://todotorrents.net/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/", "https://seriesblanco.one/",
@@ -62,7 +62,8 @@ namespace Jackett.Common.Indexers
"https://dontorrent.casa/", "https://dontorrent.casa/",
"https://dontorrent.chat/", "https://dontorrent.chat/",
"https://dontorrent.plus/", "https://dontorrent.plus/",
"https://dontorrent.ninja/" "https://dontorrent.ninja/",
"https://dontorrent.love/"
}; };
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string> private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
@@ -80,7 +81,7 @@ namespace Jackett.Common.Indexers
: base(id: "dontorrent", : base(id: "dontorrent",
name: "DonTorrent", name: "DonTorrent",
description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL", description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL",
link: "https://dontorrent.love/", link: "https://dontorrent.cloud/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>