mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
dontorrent: new domain
This commit is contained in:
parent
e2d76d6fc7
commit
bd2efe0d5e
1 changed files with 4 additions and 5 deletions
|
@ -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.pub/",
|
"https://dontorrent.tf/",
|
||||||
"https://todotorrents.net/",
|
"https://todotorrents.net/",
|
||||||
"https://tomadivx.net/",
|
"https://tomadivx.net/",
|
||||||
"https://seriesblanco.one/",
|
"https://seriesblanco.one/",
|
||||||
|
@ -48,8 +48,6 @@ namespace Jackett.Common.Indexers
|
||||||
};
|
};
|
||||||
|
|
||||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||||
"https://dontorrent.wtf/",
|
|
||||||
"https://dontorrent.fi/",
|
|
||||||
"https://dontorrent.ink/",
|
"https://dontorrent.ink/",
|
||||||
"https://dontorrent.kim/",
|
"https://dontorrent.kim/",
|
||||||
"https://dontorrent.tw/",
|
"https://dontorrent.tw/",
|
||||||
|
@ -63,7 +61,8 @@ namespace Jackett.Common.Indexers
|
||||||
"https://dontorrent.bid/",
|
"https://dontorrent.bid/",
|
||||||
"https://dontorrent.pet/",
|
"https://dontorrent.pet/",
|
||||||
"https://dontorrent.soy/",
|
"https://dontorrent.soy/",
|
||||||
"https://dontorrent.moe/"
|
"https://dontorrent.moe/",
|
||||||
|
"https://dontorrent.pub/"
|
||||||
};
|
};
|
||||||
|
|
||||||
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
|
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
|
||||||
|
@ -81,7 +80,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.pub/",
|
link: "https://dontorrent.tf/",
|
||||||
caps: new TorznabCapabilities
|
caps: new TorznabCapabilities
|
||||||
{
|
{
|
||||||
TvSearchParams = new List<TvSearchParam>
|
TvSearchParams = new List<TvSearchParam>
|
||||||
|
|
Loading…
Add table
Reference in a new issue