mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -10,12 +10,12 @@ namespace Jackett.Common.Indexers
|
|||||||
[ExcludeFromCodeCoverage]
|
[ExcludeFromCodeCoverage]
|
||||||
public class Anthelion : GazelleTracker
|
public class Anthelion : GazelleTracker
|
||||||
{
|
{
|
||||||
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
|
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||||
"https://tehconnection.me/",
|
"https://tehconnection.me/",
|
||||||
};
|
};
|
||||||
|
|
||||||
public Anthelion(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
public Anthelion(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
||||||
: base(id: "tehconnectionme",
|
: base(id: "anthelion",
|
||||||
name: "Anthelion", // old name: TehConnection.me
|
name: "Anthelion", // old name: TehConnection.me
|
||||||
description: "A movies tracker",
|
description: "A movies tracker",
|
||||||
link: "https://anthelion.me/",
|
link: "https://anthelion.me/",
|
||||||
|
@@ -36,6 +36,7 @@ namespace Jackett.Common.Services
|
|||||||
// use: {"<old id>", "<new id>"}
|
// use: {"<old id>", "<new id>"}
|
||||||
private readonly Dictionary<string, string> renamedIndexers = new Dictionary<string, string>
|
private readonly Dictionary<string, string> renamedIndexers = new Dictionary<string, string>
|
||||||
{
|
{
|
||||||
|
{"tehconnectionme", "anthelion"},
|
||||||
{"nostalgic", "vhstapes"}
|
{"nostalgic", "vhstapes"}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user