Modified to use new download URL format (#369)

This commit is contained in:
Chris Mattera
2016-06-21 02:28:55 -07:00
committed by flightlevel
parent 5135748d1d
commit bd2abddb09

View File

@@ -23,7 +23,7 @@ namespace Jackett.Indexers
{ {
private string LoginUrl { get { return SiteLink + "takelogin.php"; } } private string LoginUrl { get { return SiteLink + "takelogin.php"; } }
private string SearchUrl { get { return SiteLink + "torrents.php?"; } } private string SearchUrl { get { return SiteLink + "torrents.php?"; } }
private string DownloadUrl { get { return SiteLink + "download.php?/{0}/dl.torrent"; } } private string DownloadUrl { get { return SiteLink + "download.php?id={0}"; } }
new ConfigurationDataBasicLogin configData new ConfigurationDataBasicLogin configData
{ {