dontorrent: new domain *.vg -> *.ch

This commit is contained in:
Garfield69
2022-07-14 07:43:05 +12:00
parent a6224e6cb2
commit a75c145755

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.vg/", "https://dontorrent.ch/",
"https://todotorrents.net/", "https://todotorrents.net/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/", "https://seriesblanco.one/",
@@ -72,6 +72,7 @@ namespace Jackett.Common.Indexers
"https://dontorrent.kim/", "https://dontorrent.kim/",
"https://dontorrent.tw/", "https://dontorrent.tw/",
"https://dontorrent.yt/", "https://dontorrent.yt/",
"https://dontorrent.vg/",
"https://dontorrent.eu/" "https://dontorrent.eu/"
}; };
@@ -90,7 +91,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.vg/", link: "https://dontorrent.ch/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>