mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
iptorrents: update *.eu domain to *.me. resolves #10795
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Jackett.Common.Indexers
|
|||||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||||
"https://iptorrents.com/",
|
"https://iptorrents.com/",
|
||||||
"https://www.iptorrents.com/",
|
"https://www.iptorrents.com/",
|
||||||
"https://iptorrents.eu/",
|
"https://iptorrents.me/",
|
||||||
"https://nemo.iptorrents.com/",
|
"https://nemo.iptorrents.com/",
|
||||||
"https://ipt.getcrazy.me/",
|
"https://ipt.getcrazy.me/",
|
||||||
"https://ipt.findnemo.net/",
|
"https://ipt.findnemo.net/",
|
||||||
@@ -44,7 +44,8 @@ namespace Jackett.Common.Indexers
|
|||||||
"http://ghost.cable-modem.org/",
|
"http://ghost.cable-modem.org/",
|
||||||
"http://logan.unusualperson.com/",
|
"http://logan.unusualperson.com/",
|
||||||
"https://ipt.rocks/",
|
"https://ipt.rocks/",
|
||||||
"http://baywatch.workisboring.com/"
|
"http://baywatch.workisboring.com/",
|
||||||
|
"https://iptorrents.eu/"
|
||||||
};
|
};
|
||||||
|
|
||||||
private new ConfigurationDataCookie configData => (ConfigurationDataCookie)base.configData;
|
private new ConfigurationDataCookie configData => (ConfigurationDataCookie)base.configData;
|
||||||
|
Reference in New Issue
Block a user