Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Github Repository Image not parsed properly #144

@MuhtasimTanmoy

Description

@MuhtasimTanmoy

Using:

SwiftLinkPreview 3.3.0
Xcode 12.4

Issue:

Invalid response image attribute in case of any GitHub URL.

Reproduce By:

Request URL:

  https://github.com/LeonardoCardoso/SwiftLinkPreview

Response Wrong Attribute:

  image: Optional("https://github.githubassets.com/images/search-key-slash.svg")

Should be:

  image: Optional("https://opengraph.githubassets.com/ff9150cfc28a8413bb2fc25c4b82ebf0539
				 7aa3e51e0642527dc68aabdeb1368/LeonardoCardoso/SwiftLinkPreview")

Reason:

Failing to parse the content of this tag <meta property="og:image" content=""> for opengraph image.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions