mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 07:10:44 +00:00
tehconnectionme: new domain. resolves #3904
This commit is contained in:
parent
41a4dc2922
commit
335ea77e9e
1 changed files with 5 additions and 1 deletions
|
@ -9,10 +9,14 @@ namespace Jackett.Common.Indexers
|
|||
{
|
||||
public class TehConnectionMe : GazelleTracker
|
||||
{
|
||||
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
|
||||
"https://tehconnection.me/",
|
||||
};
|
||||
|
||||
public TehConnectionMe(IIndexerConfigurationService configService, WebClient webClient, Logger logger, IProtectionService protectionService)
|
||||
: base(name: "TehConnection.me",
|
||||
desc: "A movies tracker",
|
||||
link: "https://tehconnection.me/",
|
||||
link: "https://anthelion.me/",
|
||||
configService: configService,
|
||||
logger: logger,
|
||||
protectionService: protectionService,
|
||||
|
|
Loading…
Reference in a new issue