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

infinite refresh redirection issue fix #151

Open nikeshakya opened 3 years ago

nikeshakya commented 3 years ago

-> before fetching meta heads, removed any comment lines to ensure validy of tags -> restricted redirection if title meta is present, assuming first fetched data has required information to fill up Response object -> made sure redirect recursion only loops one time for faster response from completion -> restricted max length of html string for faster performance, assuming meta tags are all available within half of the page hope fixed #139