Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
c53942ac53 |
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ func (p *InstagramExpander) OnMessage(msg *model.Message, config map[string]inte
|
||||||
}
|
}
|
||||||
|
|
||||||
// Change the host
|
// Change the host
|
||||||
parsedURL.Host = strings.Replace(parsedURL.Host, "instagram.com", "d.ddinstagram.com", 1)
|
parsedURL.Host = "d.ddinstagram.com"
|
||||||
|
|
||||||
// Remove query parameters
|
// Remove query parameters
|
||||||
parsedURL.RawQuery = ""
|
parsedURL.RawQuery = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue