mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
speedcd: add new alternative link
This commit is contained in:
@@ -27,7 +27,8 @@ namespace Jackett.Common.Indexers
|
|||||||
|
|
||||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||||
"https://speed.cd/",
|
"https://speed.cd/",
|
||||||
"https://speed.click/"
|
"https://speed.click/",
|
||||||
|
"https://speeders.me/"
|
||||||
};
|
};
|
||||||
|
|
||||||
private new ConfigurationDataBasicLogin configData => (ConfigurationDataBasicLogin)base.configData;
|
private new ConfigurationDataBasicLogin configData => (ConfigurationDataBasicLogin)base.configData;
|
||||||
|
Reference in New Issue
Block a user