mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 07:32:38 +00:00
IPTorrents: Add iptorrents.eu alternative (#678)
This commit is contained in:
parent
58ee30aa99
commit
4642fa4da0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace Jackett.Indexers
|
|||
string LoginUrl { get { return UseLink + "login.php"; } }
|
||||
string TakeLoginUrl { get { return UseLink + "take_login.php"; } }
|
||||
private string BrowseUrl { get { return UseLink + "t"; } }
|
||||
private List<String> KnownURLs = new List<String> { "https://nemo.iptorrents.com/", "https://ipt.rocks/" };
|
||||
private List<String> KnownURLs = new List<String> { "https://iptorrents.com/", "https://iptorrents.eu", "https://nemo.iptorrents.com/", "https://ipt.rocks/" };
|
||||
|
||||
new ConfigurationDataRecaptchaLoginWithAlternateLink configData
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue