Compare commits
No commits in common. "master" and "v0.5.0" have entirely different histories.
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 = "d.ddinstagram.com"
|
parsedURL.Host = strings.Replace(parsedURL.Host, "instagram.com", "d.ddinstagram.com", 1)
|
||||||
|
|
||||||
// Remove query parameters
|
// Remove query parameters
|
||||||
parsedURL.RawQuery = ""
|
parsedURL.RawQuery = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue