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

dontorrent: new domain *.bet -> *.cab

This commit is contained in:
Garfield69 2022-05-19 09:02:28 +12:00
parent 4ffc4fa417
commit b1904738b0

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