1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-10 14:14:25 +00:00

dontorrent: new domain *.wtf -> *.fi

This commit is contained in:
Garfield69 2022-06-02 10:42:03 +12:00
parent cdb9491593
commit 38a2f91a89

View file

@ -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.wtf/", "https://dontorrent.fi/",
"https://todotorrents.net/", "https://todotorrents.net/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/", "https://seriesblanco.one/",
@ -66,6 +66,7 @@ namespace Jackett.Common.Indexers
"https://dontorrent.cx/", "https://dontorrent.cx/",
"https://dontorrent.bet/", "https://dontorrent.bet/",
"https://dontorrent.cab/", "https://dontorrent.cab/",
"https://dontorrent.wtf/",
"https://dontorrent.eu/" "https://dontorrent.eu/"
}; };
@ -84,7 +85,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.wtf/", link: "https://dontorrent.fi/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>