mirror of https://github.com/Jackett/Jackett
dontorrent: new domain *.cab -> *.wtf
This commit is contained in:
parent
473671d6f6
commit
9ab5fc24b0
|
@ -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.cab/",
|
"https://dontorrent.wtf/",
|
||||||
"https://todotorrents.net/",
|
"https://todotorrents.net/",
|
||||||
"https://tomadivx.net/",
|
"https://tomadivx.net/",
|
||||||
"https://seriesblanco.one/",
|
"https://seriesblanco.one/",
|
||||||
|
@ -65,6 +65,7 @@ namespace Jackett.Common.Indexers
|
||||||
"https://dontorrent.nl/",
|
"https://dontorrent.nl/",
|
||||||
"https://dontorrent.cx/",
|
"https://dontorrent.cx/",
|
||||||
"https://dontorrent.bet/",
|
"https://dontorrent.bet/",
|
||||||
|
"https://dontorrent.cab/",
|
||||||
"https://dontorrent.eu/"
|
"https://dontorrent.eu/"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -83,7 +84,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.cab/",
|
link: "https://dontorrent.wtf/",
|
||||||
caps: new TorznabCapabilities
|
caps: new TorznabCapabilities
|
||||||
{
|
{
|
||||||
TvSearchParams = new List<TvSearchParam>
|
TvSearchParams = new List<TvSearchParam>
|
||||||
|
|
Loading…
Reference in New Issue