SpeedCD: fix login

This commit is contained in:
kaso17 2018-11-29 19:20:51 +01:00
parent a466c87d34
commit 9a4092d7a2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace Jackett.Common.Indexers
{
public class SpeedCD : BaseWebIndexer
{
private string LoginUrl { get { return SiteLink + "takelogin.php"; } }
private string LoginUrl { get { return SiteLink + "take.login.php"; } }
private string SearchUrl { get { return SiteLink + "browse.php"; } }
private new ConfigurationDataBasicLogin configData