SpeedCD: fix login

This commit is contained in:
kaso17 2018-12-21 18:25:24 +01:00
parent 7ef2faaf09
commit 7644a5e3bd
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 + "take.login.php"; } }
private string LoginUrl { get { return SiteLink + "takelogin.php"; } }
private string SearchUrl { get { return SiteLink + "browse.php"; } }
private new ConfigurationDataBasicLogin configData