piratethenet: change sitelink to HTTPS (#14154)

This commit is contained in:
Bogdan 2023-03-13 21:29:06 +02:00 committed by GitHub
parent 3047673bf0
commit 023f863c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ namespace Jackett.Common.Indexers
public override string Id => "piratethenet";
public override string Name => "PirateTheNet";
public override string Description => "A movie tracker";
public override string SiteLink { get; protected set; } = "http://piratethenet.org/";
public override string SiteLink { get; protected set; } = "https://piratethenet.org/";
public override string[] LegacySiteLinks => new[] { "http://piratethenet.org/" };
public override string Language => "en-US";
public override string Type => "private";