1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-02 21:26:08 +00:00

ShowRSS: default to HTTPS

This commit is contained in:
kaso17 2017-10-17 12:30:04 +02:00
parent 8b8629ef19
commit d027901257

View file

@ -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,