Skip to content

Add support for URLs in content meta tags #5

@willdurand

Description

@willdurand

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions