mirror of
https://github.com/Jackett/Jackett
synced 2025-02-01 04:12:28 +00:00
cgpeers: new domain *.to reselves #8098
This commit is contained in:
parent
a5ed8c079b
commit
bea75c8647
1 changed files with 5 additions and 1 deletions
|
@ -8,10 +8,14 @@ namespace Jackett.Common.Indexers
|
|||
{
|
||||
public class CGPeers : GazelleTracker
|
||||
{
|
||||
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
|
||||
"https://www.cgpeers.com/",
|
||||
};
|
||||
|
||||
public CGPeers(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
||||
: base("CGPeers",
|
||||
description: "CGPeers is a Private Torrent Tracker for GRAPHICS SOFTWARE / TUTORIALS / ETC",
|
||||
link: "https://www.cgpeers.com/",
|
||||
link: "https://cgpeers.to/",
|
||||
caps: new TorznabCapabilities(),
|
||||
configService: configService,
|
||||
client: wc,
|
||||
|
|
Loading…
Reference in a new issue