mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
iptorrents: update *.eu domain to *.me. resolves #10795
This commit is contained in:
parent
13a8aea9bd
commit
341d761758
1 changed files with 3 additions and 2 deletions
|
@ -24,7 +24,7 @@ namespace Jackett.Common.Indexers
|
|||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://iptorrents.com/",
|
||||
"https://www.iptorrents.com/",
|
||||
"https://iptorrents.eu/",
|
||||
"https://iptorrents.me/",
|
||||
"https://nemo.iptorrents.com/",
|
||||
"https://ipt.getcrazy.me/",
|
||||
"https://ipt.findnemo.net/",
|
||||
|
@ -44,7 +44,8 @@ namespace Jackett.Common.Indexers
|
|||
"http://ghost.cable-modem.org/",
|
||||
"http://logan.unusualperson.com/",
|
||||
"https://ipt.rocks/",
|
||||
"http://baywatch.workisboring.com/"
|
||||
"http://baywatch.workisboring.com/",
|
||||
"https://iptorrents.eu/"
|
||||
};
|
||||
|
||||
private new ConfigurationDataCookie configData => (ConfigurationDataCookie)base.configData;
|
||||
|
|
Loading…
Reference in a new issue