mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
dontorrent: new domain *.kim -> *.tw
This commit is contained in:
parent
f659ecbfc6
commit
53ec7ae8b0
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.kim/",
|
||||
"https://dontorrent.tw/",
|
||||
"https://todotorrents.net/",
|
||||
"https://tomadivx.net/",
|
||||
"https://seriesblanco.one/",
|
||||
|
@ -69,6 +69,7 @@ namespace Jackett.Common.Indexers
|
|||
"https://dontorrent.wtf/",
|
||||
"https://dontorrent.fi/",
|
||||
"https://dontorrent.ink/",
|
||||
"https://dontorrent.kim/",
|
||||
"https://dontorrent.eu/"
|
||||
};
|
||||
|
||||
|
@ -87,7 +88,7 @@ namespace Jackett.Common.Indexers
|
|||
: base(id: "dontorrent",
|
||||
name: "DonTorrent",
|
||||
description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL",
|
||||
link: "https://dontorrent.kim/",
|
||||
link: "https://dontorrent.tw/",
|
||||
caps: new TorznabCapabilities
|
||||
{
|
||||
TvSearchParams = new List<TvSearchParam>
|
||||
|
|
Loading…
Add table
Reference in a new issue