mirror of
https://github.com/Jackett/Jackett
synced 2025-03-12 07:04:22 +00:00
dontorrent: new domain *.dog
This commit is contained in:
parent
2ba81c4b10
commit
80fbd15f8f
1 changed files with 4 additions and 3 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.vet/",
|
"https://dontorrent.dog/",
|
||||||
"https://todotorrents.net/",
|
"https://todotorrents.net/",
|
||||||
"https://tomadivx.net/",
|
"https://tomadivx.net/",
|
||||||
"https://seriesblanco.one/",
|
"https://seriesblanco.one/",
|
||||||
|
@ -74,7 +74,8 @@ namespace Jackett.Common.Indexers
|
||||||
"https://dontorrent.yt/",
|
"https://dontorrent.yt/",
|
||||||
"https://dontorrent.vg/",
|
"https://dontorrent.vg/",
|
||||||
"https://dontorrent.eu/",
|
"https://dontorrent.eu/",
|
||||||
"https://dontorrent.ch/"
|
"https://dontorrent.ch/",
|
||||||
|
"https://dontorrent.vet/"
|
||||||
};
|
};
|
||||||
|
|
||||||
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
|
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
|
||||||
|
@ -92,7 +93,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.vet/",
|
link: "https://dontorrent.dog/",
|
||||||
caps: new TorznabCapabilities
|
caps: new TorznabCapabilities
|
||||||
{
|
{
|
||||||
TvSearchParams = new List<TvSearchParam>
|
TvSearchParams = new List<TvSearchParam>
|
||||||
|
|
Loading…
Add table
Reference in a new issue