mirror of https://github.com/Jackett/Jackett
dontorrent: new domain
This commit is contained in:
parent
6194160d17
commit
4179392d52
|
@ -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.fans/",
|
"https://dontorrent.ltd/",
|
||||||
"https://todotorrents.net/",
|
"https://todotorrents.net/",
|
||||||
"https://tomadivx.net/",
|
"https://tomadivx.net/",
|
||||||
"https://seriesblanco.one/",
|
"https://seriesblanco.one/",
|
||||||
|
@ -63,7 +63,8 @@ namespace Jackett.Common.Indexers
|
||||||
"https://dontorrent.tf/",
|
"https://dontorrent.tf/",
|
||||||
"https://dontorrent.vin/",
|
"https://dontorrent.vin/",
|
||||||
"https://dontorrent.ist/",
|
"https://dontorrent.ist/",
|
||||||
"https://dontorrent.uno/"
|
"https://dontorrent.uno/",
|
||||||
|
"https://dontorrent.fans/"
|
||||||
};
|
};
|
||||||
|
|
||||||
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
|
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
|
||||||
|
@ -81,7 +82,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.fans/",
|
link: "https://dontorrent.ltd/",
|
||||||
caps: new TorznabCapabilities
|
caps: new TorznabCapabilities
|
||||||
{
|
{
|
||||||
TvSearchParams = new List<TvSearchParam>
|
TvSearchParams = new List<TvSearchParam>
|
||||||
|
|
Loading…
Reference in New Issue