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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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";