mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
speedcd: update login. resolves #5794
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Jackett.Common.Indexers
|
|||||||
{
|
{
|
||||||
public class SpeedCD : BaseWebIndexer
|
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 string SearchUrl { get { return SiteLink + "browse.php"; } }
|
||||||
|
|
||||||
private new ConfigurationDataBasicLogin configData
|
private new ConfigurationDataBasicLogin configData
|
||||||
|
Reference in New Issue
Block a user