Skip to content

Commit

Permalink
iptorrents: update *.eu domain to *.me. resolves #10795
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Jan 12, 2021
1 parent 13a8aea commit 341d761
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Jackett.Common/Indexers/IPTorrents.cs
Expand Up @@ -24,7 +24,7 @@ public class IPTorrents : BaseWebIndexer
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/",
Expand All @@ -44,7 +44,8 @@ public class IPTorrents : BaseWebIndexer
"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;
Expand Down

0 comments on commit 341d761

Please sign in to comment.