If I am not mistaken, this library only handles <meta http-equiv="refresh" content="…"> but there are other meta tags with a content attribute like og:image (Open Graph):
<meta property="og:image" content="https://example.com/some/image.png" />
Currently, it's not possible to transform the URL because this lib assumes content is for http-equiv only.
If I am not mistaken, this library only handles
<meta http-equiv="refresh" content="…">but there are othermetatags with acontentattribute likeog:image(Open Graph):Currently, it's not possible to transform the URL because this lib assumes
contentis forhttp-equivonly.