LeonardoCardoso / SwiftLinkPreview

It makes a preview from an URL, grabbing all the information such as title, relevant texts and images.
https://leocardz.com/swift-link-preview-5a9860c7756f
MIT License
1.37k stars 196 forks source link

Handle empty landing pages with HTML meta redirects. #127

Closed lhunath closed 3 years ago

lhunath commented 3 years ago

UPDATED

Motivation

This is a common cause for missing images: landing pages can sometimes be empty HTML pages with automatic redirect functionality based on a combination of JavaScript + HTML META tags.

ghost commented 3 years ago
1 Error
:no_entry_sign: Please include a CHANGELOG entry.
You can find it at CHANGELOG.md.

Generated by :no_entry_sign: Danger

LeonardoCardoso commented 3 years ago

@lhunath Thanks for the PR. I will have a look ASAP.