mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +00:00
dontorrent: new domain *.re -> *.wf
This commit is contained in:
parent
8d468be93a
commit
144957821f
1 changed files with 3 additions and 2 deletions
|
@ -39,7 +39,7 @@ namespace Jackett.Common.Indexers
|
|||
private const string SearchUrl = "buscar/";
|
||||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://dontorrent.re/",
|
||||
"https://dontorrent.wf/",
|
||||
"https://todotorrents.net/",
|
||||
"https://tomadivx.net/",
|
||||
"https://seriesblanco.one/",
|
||||
|
@ -55,6 +55,7 @@ namespace Jackett.Common.Indexers
|
|||
"https://dontorrent.li/",
|
||||
"https://dontorrent.top/",
|
||||
"https://dontorrent.pm/",
|
||||
"https://dontorrent.re/",
|
||||
"https://dontorrent.eu/"
|
||||
};
|
||||
|
||||
|
@ -73,7 +74,7 @@ namespace Jackett.Common.Indexers
|
|||
: base(id: "dontorrent",
|
||||
name: "DonTorrent",
|
||||
description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL",
|
||||
link: "https://dontorrent.re/",
|
||||
link: "https://dontorrent.wf/",
|
||||
caps: new TorznabCapabilities
|
||||
{
|
||||
TvSearchParams = new List<TvSearchParam>
|
||||
|
|
Loading…
Add table
Reference in a new issue