mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fixed extra slashes in URLs
This commit is contained in:
@@ -34,9 +34,9 @@ namespace Jackett.Indexers
|
||||
manager: i,
|
||||
logger: l)
|
||||
{
|
||||
LoginUrl = SiteLink + "/takelogin.php";
|
||||
SearchUrl = SiteLink + "/torrents.php?cat=0&search=";
|
||||
DownloadUrl = SiteLink + "/download.php?/{0}/dl.torrent";
|
||||
LoginUrl = SiteLink + "takelogin.php";
|
||||
SearchUrl = SiteLink + "torrents.php?cat=0&search=";
|
||||
DownloadUrl = SiteLink + "download.php?/{0}/dl.torrent";
|
||||
|
||||
cookies = new CookieContainer();
|
||||
handler = new HttpClientHandler
|
||||
|
Reference in New Issue
Block a user