mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
dontorrent: new domain *.nu -> *.si
This commit is contained in:
parent
546cd23c33
commit
dc2cea6dfd
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.nu/",
|
||||
"https://dontorrent.si/",
|
||||
"https://todotorrents.net/",
|
||||
"https://tomadivx.net/",
|
||||
"https://seriesblanco.one/"
|
||||
|
@ -48,6 +48,7 @@ namespace Jackett.Common.Indexers
|
|||
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||
"https://dontorrent.it/",
|
||||
"https://dontorrent.red/",
|
||||
"https://dontorrent.nu/",
|
||||
"https://dontorrent.li/"
|
||||
};
|
||||
|
||||
|
@ -66,7 +67,7 @@ namespace Jackett.Common.Indexers
|
|||
: base(id: "dontorrent",
|
||||
name: "DonTorrent",
|
||||
description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL",
|
||||
link: "https://dontorrent.nu/",
|
||||
link: "https://dontorrent.si/",
|
||||
caps: new TorznabCapabilities
|
||||
{
|
||||
TvSearchParams = new List<TvSearchParam>
|
||||
|
|
Loading…
Add table
Reference in a new issue