mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -22,7 +22,7 @@ namespace Jackett.Common.Indexers
|
|||||||
public class SceneTime : BaseWebIndexer
|
public class SceneTime : BaseWebIndexer
|
||||||
{
|
{
|
||||||
private string StartPageUrl => SiteLink + "login.php";
|
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 SearchUrl => SiteLink + "browse.php";
|
||||||
private string DownloadUrl => SiteLink + "download.php/{0}/download.torrent";
|
private string DownloadUrl => SiteLink + "download.php/{0}/download.torrent";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user