mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
SpeedCD: fix login
This commit is contained in:
parent
7ef2faaf09
commit
7644a5e3bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue