From d027901257732fb10fecaf974ee387f61dfe9958 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Tue, 17 Oct 2017 12:30:04 +0200 Subject: [PATCH] ShowRSS: default to HTTPS --- src/Jackett/Indexers/ShowRSS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett/Indexers/ShowRSS.cs b/src/Jackett/Indexers/ShowRSS.cs index 1a803fb76..d33f77d4e 100644 --- a/src/Jackett/Indexers/ShowRSS.cs +++ b/src/Jackett/Indexers/ShowRSS.cs @@ -28,7 +28,7 @@ namespace Jackett.Indexers public ShowRSS(IIndexerConfigurationService configService, IWebClient wc, Logger l, IProtectionService ps) : base(name: "ShowRSS", description: "showRSS is a service that allows you to keep track of your favorite TV shows", - link: "http://showrss.info/", + link: "https://showrss.info/", caps: TorznabUtil.CreateDefaultTorznabTVCaps(), configService: configService, client: wc,