mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-25 06:10:48 +02:00
Fixed: (PirateTheNet) Changed the login path
This commit is contained in:
parent
e8c132e908
commit
0685c2eb04
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ public class PirateTheNet : TorrentIndexerBase<UserPassTorrentBaseSettings>
|
|||
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
|
||||
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
|
||||
public override IndexerCapabilities Capabilities => SetCapabilities();
|
||||
private string LoginUrl => Settings.BaseUrl + "login.php";
|
||||
private string LoginUrl => Settings.BaseUrl + "takelogin.php";
|
||||
private string CaptchaUrl => Settings.BaseUrl + "simpleCaptcha.php?numImages=1";
|
||||
|
||||
public PirateTheNet(IIndexerHttpClient httpClient,
|
||||
|
|
|
|||
Loading…
Reference in a new issue