mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-30 23:47:17 +02:00
dontorrent: change domain *.wales
This commit is contained in:
@@ -26,10 +26,10 @@ namespace Jackett.Common.Indexers
|
||||
public override string Name => "DonTorrent";
|
||||
public override string Description => "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL";
|
||||
// in the event the redirect is inactive https://t.me/s/dontorrent should have the latest working domain
|
||||
public override string SiteLink { get; protected set; } = "https://dontorrent.joburg/";
|
||||
public override string SiteLink { get; protected set; } = "https://dontorrent.wales/";
|
||||
public override string[] AlternativeSiteLinks => new[]
|
||||
{
|
||||
"https://dontorrent.joburg/",
|
||||
"https://dontorrent.wales/",
|
||||
"https://todotorrents.org/",
|
||||
"https://tomadivx.net/",
|
||||
"https://seriesblanco.one/",
|
||||
@@ -53,6 +53,7 @@ namespace Jackett.Common.Indexers
|
||||
"https://dontorrent.rodeo/",
|
||||
"https://dontorrent.durban/",
|
||||
"https://dontorrent.party/",
|
||||
"https://dontorrent.joburg/",
|
||||
};
|
||||
public override string Language => "es-ES";
|
||||
public override string Type => "public";
|
||||
|
Reference in New Issue
Block a user