mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
iptorrents: add www. to the alternate links list. resolves #4594
This commit is contained in:
parent
1ef7dcf457
commit
b915e815e9
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ namespace Jackett.Common.Indexers
|
|||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = new string[] {
|
||||
"https://iptorrents.com/",
|
||||
"https://www.iptorrents.com/",
|
||||
"https://ipt-update.com/",
|
||||
"https://iptorrents.eu/",
|
||||
"https://nemo.iptorrents.com/",
|
||||
|
|
Loading…
Reference in a new issue