mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
dontorrent: new domain *.tel -> *.nl
This commit is contained in:
parent
6154574511
commit
b30b9fdfa5
1 changed files with 3 additions and 2 deletions
|
@ -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.tel/",
|
"https://dontorrent.nl/",
|
||||||
"https://todotorrents.net/",
|
"https://todotorrents.net/",
|
||||||
"https://tomadivx.net/",
|
"https://tomadivx.net/",
|
||||||
"https://seriesblanco.one/",
|
"https://seriesblanco.one/",
|
||||||
|
@ -60,6 +60,7 @@ namespace Jackett.Common.Indexers
|
||||||
"https://dontorrent.run/",
|
"https://dontorrent.run/",
|
||||||
"https://dontorrent.cat/",
|
"https://dontorrent.cat/",
|
||||||
"https://dontorrent.pl/",
|
"https://dontorrent.pl/",
|
||||||
|
"https://dontorrent.tel/",
|
||||||
"https://dontorrent.eu/"
|
"https://dontorrent.eu/"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -78,7 +79,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.tel/",
|
link: "https://dontorrent.nl/",
|
||||||
caps: new TorznabCapabilities
|
caps: new TorznabCapabilities
|
||||||
{
|
{
|
||||||
TvSearchParams = new List<TvSearchParam>
|
TvSearchParams = new List<TvSearchParam>
|
||||||
|
|
Loading…
Add table
Reference in a new issue