From eada579da07e429a49ce67acfe10adf8d802d0f4 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Mon, 18 Jan 2021 15:22:03 +0000 Subject: [PATCH] speedcd: add new alternative link --- src/Jackett.Common/Indexers/SpeedCD.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/SpeedCD.cs b/src/Jackett.Common/Indexers/SpeedCD.cs index 84c26963c..48184a017 100644 --- a/src/Jackett.Common/Indexers/SpeedCD.cs +++ b/src/Jackett.Common/Indexers/SpeedCD.cs @@ -27,7 +27,8 @@ namespace Jackett.Common.Indexers public override string[] AlternativeSiteLinks { get; protected set; } = { "https://speed.cd/", - "https://speed.click/" + "https://speed.click/", + "https://speeders.me/" }; private new ConfigurationDataBasicLogin configData => (ConfigurationDataBasicLogin)base.configData;