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:
parent
4ffc4fa417
commit
b1904738b0
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.bet/",
|
||||
"https://dontorrent.cab/",
|
||||
"https://todotorrents.net/",
|
||||
"https://tomadivx.net/",
|
||||
"https://seriesblanco.one/",
|
||||
|
@ -64,6 +64,7 @@ namespace Jackett.Common.Indexers
|
|||
"https://dontorrent.tel/",
|
||||
"https://dontorrent.nl/",
|
||||
"https://dontorrent.cx/",
|
||||
"https://dontorrent.bet/",
|
||||
"https://dontorrent.eu/"
|
||||
};
|
||||
|
||||
|
@ -82,7 +83,7 @@ namespace Jackett.Common.Indexers
|
|||
: base(id: "dontorrent",
|
||||
name: "DonTorrent",
|
||||
description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL",
|
||||
link: "https://dontorrent.bet/",
|
||||
link: "https://dontorrent.cab/",
|
||||
caps: new TorznabCapabilities
|
||||
{
|
||||
TvSearchParams = new List<TvSearchParam>
|
||||
|
|
Loading…
Add table
Reference in a new issue