rich media: parser: splice the given URL into the result

This commit is contained in:
Ariadne Conill 2019-07-23 22:58:31 +00:00
commit d3bdb8e704
4 changed files with 17 additions and 13 deletions

View file

@ -82,6 +82,7 @@ defmodule Pleroma.Web.RichMedia.Parser do
html
|> maybe_parse()
|> Map.put(:url, url)
|> clean_parsed_data()
|> check_parsed_data()
rescue