Speed.cd: fix login

This commit is contained in:
kaso17 2017-12-01 12:29:30 +01:00
parent 35191c913d
commit bed9b9d54b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace Jackett.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