mirror of https://github.com/Jackett/Jackett
Update GimmePeers.cs (#993)
This commit is contained in:
parent
5863bf1808
commit
2c1f3a7235
|
@ -21,7 +21,7 @@ namespace Jackett.Indexers
|
||||||
public class GimmePeers : BaseIndexer, IIndexer
|
public class GimmePeers : BaseIndexer, IIndexer
|
||||||
{
|
{
|
||||||
private string BrowseUrl => SiteLink + "browse.php";
|
private string BrowseUrl => SiteLink + "browse.php";
|
||||||
private string LoginUrl => SiteLink + "login.php";
|
private string LoginUrl => SiteLink + "takelogin.php";
|
||||||
|
|
||||||
new ConfigurationDataBasicLogin configData
|
new ConfigurationDataBasicLogin configData
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue