mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
dontorrent: new domain
This commit is contained in:
parent
fe93e54ac1
commit
3e1270f961
1 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,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.how/",
|
"https://dontorrent.casa/",
|
||||||
"https://todotorrents.net/",
|
"https://todotorrents.net/",
|
||||||
"https://tomadivx.net/",
|
"https://tomadivx.net/",
|
||||||
"https://seriesblanco.one/",
|
"https://seriesblanco.one/",
|
||||||
|
@ -46,7 +46,6 @@ namespace Jackett.Common.Indexers
|
||||||
};
|
};
|
||||||
|
|
||||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||||
"https://dontorrent.vin/",
|
|
||||||
"https://dontorrent.ist/",
|
"https://dontorrent.ist/",
|
||||||
"https://dontorrent.uno/",
|
"https://dontorrent.uno/",
|
||||||
"https://dontorrent.fans/",
|
"https://dontorrent.fans/",
|
||||||
|
@ -61,7 +60,8 @@ namespace Jackett.Common.Indexers
|
||||||
"https://dontorrent.army/",
|
"https://dontorrent.army/",
|
||||||
"https://dontorrent.blue/",
|
"https://dontorrent.blue/",
|
||||||
"https://dontorrent.beer/",
|
"https://dontorrent.beer/",
|
||||||
"https://dontorrent.surf/"
|
"https://dontorrent.surf/",
|
||||||
|
"https://dontorrent.how/"
|
||||||
};
|
};
|
||||||
|
|
||||||
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
|
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
|
||||||
|
@ -79,7 +79,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.how/",
|
link: "https://dontorrent.casa/",
|
||||||
caps: new TorznabCapabilities
|
caps: new TorznabCapabilities
|
||||||
{
|
{
|
||||||
TvSearchParams = new List<TvSearchParam>
|
TvSearchParams = new List<TvSearchParam>
|
||||||
|
|
Loading…
Add table
Reference in a new issue