instagram: Linkear a lx autorx

This commit is contained in:
Cat /dev/Nulo 2023-01-04 13:53:48 -03:00
parent 92a46e38fb
commit 0bc5717443

View file

@ -31,6 +31,6 @@ func (r *Instagram) Respond(url *url.URL) (*common.Uploadable, common.Error) {
return &common.Uploadable{
Url: lookup.VideoUrl,
Caption: "@" + lookup.Author,
Caption: "instagram.com/" + lookup.Author,
}, common.OK
}