Extract images with .image extension

pull/54/head
Matt Baer 6 years ago
parent 3ae45bc156
commit 8a07c0f0a0
  1. 2
      posts.go

@ -1365,7 +1365,7 @@ func (rp *RawPost) Created8601() string {
return rp.Created.Format("2006-01-02T15:04:05Z")
}
var imageURLRegex = regexp.MustCompile(`(?i)^https?:\/\/[^ ]*\.(gif|png|jpg|jpeg)$`)
var imageURLRegex = regexp.MustCompile(`(?i)^https?:\/\/[^ ]*\.(gif|png|jpg|jpeg|image)$`)
func (p *Post) extractImages() {
matches := extract.ExtractUrls(p.Content)

Loading…
Cancel
Save