cgpeers: new domain *.to reselves #8098

This commit is contained in:
Garfield69 2020-04-09 10:11:46 +12:00
parent a5ed8c079b
commit bea75c8647
1 changed files with 5 additions and 1 deletions

View File

@ -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,