mirror of https://github.com/Jackett/Jackett
dontorrent: new domain
This commit is contained in:
parent
db12b4ce41
commit
90d74381cb
|
@ -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.moe/",
|
"https://dontorrent.pub/",
|
||||||
"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.dev/",
|
"https://dontorrent.dev/",
|
||||||
"https://dontorrent.bid/",
|
"https://dontorrent.bid/",
|
||||||
"https://dontorrent.pet/",
|
"https://dontorrent.pet/",
|
||||||
"https://dontorrent.soy/"
|
"https://dontorrent.soy/",
|
||||||
|
"https://dontorrent.moe/"
|
||||||
};
|
};
|
||||||
|
|
||||||
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.moe/",
|
link: "https://dontorrent.pub/",
|
||||||
caps: new TorznabCapabilities
|
caps: new TorznabCapabilities
|
||||||
{
|
{
|
||||||
TvSearchParams = new List<TvSearchParam>
|
TvSearchParams = new List<TvSearchParam>
|
||||||
|
|
Loading…
Reference in New Issue