mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Modified to use new download URL format (#369)
This commit is contained in:

committed by
flightlevel

parent
5135748d1d
commit
bd2abddb09
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user