mirror of https://github.com/Jackett/Jackett
dontorrent: new domain *.tw -> *.yt
This commit is contained in:
parent
568c63ea0c
commit
121820c837
|
@ -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.tw/",
|
"https://dontorrent.yt/",
|
||||||
"https://todotorrents.net/",
|
"https://todotorrents.net/",
|
||||||
"https://tomadivx.net/",
|
"https://tomadivx.net/",
|
||||||
"https://seriesblanco.one/",
|
"https://seriesblanco.one/",
|
||||||
|
@ -70,6 +70,7 @@ namespace Jackett.Common.Indexers
|
||||||
"https://dontorrent.fi/",
|
"https://dontorrent.fi/",
|
||||||
"https://dontorrent.ink/",
|
"https://dontorrent.ink/",
|
||||||
"https://dontorrent.kim/",
|
"https://dontorrent.kim/",
|
||||||
|
"https://dontorrent.tw/",
|
||||||
"https://dontorrent.eu/"
|
"https://dontorrent.eu/"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -88,7 +89,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.tw/",
|
link: "https://dontorrent.yt/",
|
||||||
caps: new TorznabCapabilities
|
caps: new TorznabCapabilities
|
||||||
{
|
{
|
||||||
TvSearchParams = new List<TvSearchParam>
|
TvSearchParams = new List<TvSearchParam>
|
||||||
|
|
Loading…
Reference in New Issue