mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
cgpeers: new domain *.to reselves #8098
This commit is contained in:
@@ -8,10 +8,14 @@ namespace Jackett.Common.Indexers
|
|||||||
{
|
{
|
||||||
public class CGPeers : GazelleTracker
|
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)
|
public CGPeers(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
||||||
: base("CGPeers",
|
: base("CGPeers",
|
||||||
description: "CGPeers is a Private Torrent Tracker for GRAPHICS SOFTWARE / TUTORIALS / ETC",
|
description: "CGPeers is a Private Torrent Tracker for GRAPHICS SOFTWARE / TUTORIALS / ETC",
|
||||||
link: "https://www.cgpeers.com/",
|
link: "https://cgpeers.to/",
|
||||||
caps: new TorznabCapabilities(),
|
caps: new TorznabCapabilities(),
|
||||||
configService: configService,
|
configService: configService,
|
||||||
client: wc,
|
client: wc,
|
||||||
|
Reference in New Issue
Block a user