mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 07:32:38 +00:00
Merge branch 'master' of https://github.com/Jackett/Jackett.git
This commit is contained in:
commit
f9341818da
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ namespace Jackett.Indexers
|
||||||
string LoginUrl { get { return UseLink + "login.php"; } }
|
string LoginUrl { get { return UseLink + "login.php"; } }
|
||||||
string TakeLoginUrl { get { return UseLink + "take_login.php"; } }
|
string TakeLoginUrl { get { return UseLink + "take_login.php"; } }
|
||||||
private string BrowseUrl { get { return UseLink + "t"; } }
|
private string BrowseUrl { get { return UseLink + "t"; } }
|
||||||
private List<String> KnownURLs = new List<String> { "https://iptorrents.com/", "https://iptorrents.eu", "https://nemo.iptorrents.com/", "https://ipt.rocks/" };
|
private List<String> KnownURLs = new List<String> { "https://ipt-update.com/", "https://iptorrents.com/", "https://iptorrents.eu", "https://nemo.iptorrents.com/", "https://ipt.rocks/" };
|
||||||
|
|
||||||
new ConfigurationDataRecaptchaLoginWithAlternateLink configData
|
new ConfigurationDataRecaptchaLoginWithAlternateLink configData
|
||||||
{
|
{
|
||||||
|
@ -36,7 +36,7 @@ namespace Jackett.Indexers
|
||||||
public IPTorrents(IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps)
|
public IPTorrents(IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps)
|
||||||
: base(name: "IPTorrents",
|
: base(name: "IPTorrents",
|
||||||
description: "Always a step ahead.",
|
description: "Always a step ahead.",
|
||||||
link: "https://iptorrents.com/",
|
link: "https://ipt-update.com/",
|
||||||
caps: new TorznabCapabilities(),
|
caps: new TorznabCapabilities(),
|
||||||
manager: i,
|
manager: i,
|
||||||
client: wc,
|
client: wc,
|
||||||
|
|
Loading…
Reference in a new issue