SwiftLinkPreview
SwiftLinkPreview copied to clipboard
It makes a preview from an URL, grabbing all the information such as title, relevant texts and images.
#### Fixed f84740e01002e6806c03984b19bef0bb2d85e893 SwiftLinkPreview destroys and recreates the `URLSession`, causing the user to lose control over the session he gave to SwiftLinkPreview (ie. his delegate will stop working & his...
#### Fixed When a base URL and an image URL are combined but there is no trailing / in base and no leading slash in image, they get mashed together...
Please check twitter links preview not working.
Using: SwiftLinkPreview 3.3.0 Xcode 12.4 Example: If you provide `https://twitter.com/joshdholtz/status/1359219485543182337?s=20` as text to SwiftLinkPreview's `preview(text:onSuccess:onFailure)` method it responds in the success block with `Response(url: Optional(https://twitter.com/joshdholtz/status/1359219485543182337?s=20), finalUrl: Optional(https://twitter.com/joshdholtz/status/1359219485543182337?s=20), canonicalUrl: Optional("twitter.com"), title:...
#### Action - Add a brief description of what was made - Issues: https://github.com/LeonardoCardoso/SwiftLinkPreview/issues/141 - ...
Hey Leonardo Cardoso! Just wanted to say big thank you to a cool little kit of code making it really easy to get a preview of a URL! ❤️ Certain...
It works for some urls but it's failing to provide image url (sadhguru's photo) for below link. It randomly works sometimes. https://m.economictimes.com/news/politics-and-nation/its-about-going-global-not-just-about-counting-money-sadhguru/articleshow/71322013.cms
#### Action ADDED: 'userAgent' with a default value to preserve current behavior ADDED: 'googleBotUserAgent' static which can be used to override the default ADDED: unit tests for Amazon links and...
#### Fixed xcodeproj by removing deprecated VALID_ARCHS lines from all configurations - Remove all user-defined VALID_ARCHS settings - Issues: #137