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

Description
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.