dontorrent: change domain *.top

This commit is contained in:
ilike2burnthing 2022-03-05 13:19:24 +00:00 committed by GitHub
parent 22da80adae
commit 9923086277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -39,7 +39,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.eu/", "https://dontorrent.top/",
"https://todotorrents.net/", "https://todotorrents.net/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/" "https://seriesblanco.one/"
@ -51,7 +51,8 @@ namespace Jackett.Common.Indexers
"https://dontorrent.nu/", "https://dontorrent.nu/",
"https://dontorrent.si/", "https://dontorrent.si/",
"https://dontorrent.sk/", "https://dontorrent.sk/",
"https://dontorrent.li/" "https://dontorrent.li/",
"https://dontorrent.eu/"
}; };
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string> private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
@ -69,7 +70,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.eu/", link: "https://dontorrent.top/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>