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/";
|
||||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://dontorrent.cab/",
|
||||
"https://dontorrent.wtf/",
|
||||
"https://todotorrents.net/",
|
||||
"https://tomadivx.net/",
|
||||
"https://seriesblanco.one/",
|
||||
|
@ -65,6 +65,7 @@ namespace Jackett.Common.Indexers
|
|||
"https://dontorrent.nl/",
|
||||
"https://dontorrent.cx/",
|
||||
"https://dontorrent.bet/",
|
||||
"https://dontorrent.cab/",
|
||||
"https://dontorrent.eu/"
|
||||
};
|
||||
|
||||
|
@ -83,7 +84,7 @@ namespace Jackett.Common.Indexers
|
|||
: base(id: "dontorrent",
|
||||
name: "DonTorrent",
|
||||
description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL",
|
||||
link: "https://dontorrent.cab/",
|
||||
link: "https://dontorrent.wtf/",
|
||||
caps: new TorznabCapabilities
|
||||
{
|
||||
TvSearchParams = new List<TvSearchParam>
|
||||
|
|
Loading…
Reference in New Issue