scenetime: fix user/pass login. resolves #8716 (#8835)

This commit is contained in:
Diego Heras
2020-06-01 20:26:43 +02:00
committed by GitHub
parent a9a7a2fcd0
commit bc9d02d2e8

View File

@@ -22,7 +22,7 @@ namespace Jackett.Common.Indexers
public class SceneTime : BaseWebIndexer
{
private string StartPageUrl => SiteLink + "login.php";
private string LoginUrl => SiteLink + "takelogin.php";
private string LoginUrl => SiteLink + "takelogin1.php";
private string SearchUrl => SiteLink + "browse.php";
private string DownloadUrl => SiteLink + "download.php/{0}/download.torrent";