SwiftLinkPreview
SwiftLinkPreview copied to clipboard
It makes a preview from an URL, grabbing all the information such as title, relevant texts and images.
Example: https://www.jbhifi.com.au/products/playstation-4-biomutant Repeats the first and second image rather than showing all 4.
```html ``` In this case SwiftLinkPreview get image link is **assets/test.png** but the image real url is **https://host/resource/index/assets/test.png** How can I get it real url?
Hello there! It looks like it's not marked with @objc, so it's not possible to cancel operation from Objective-C code.
-> 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...
www.cnn.com https://www.cnn.com/2021/04/20/politics/maxine-waters-nancy-pelosi/index.html this url no work please help me about this issue
#### Action - Change Regex limit from 300000 to 1000000 - Reason: Some Website split with limit 300000 characters, cause miss some important "meta" tags - ...
Similar to how [Weblinkpreview](https://github.com/philip-bui/web-link-preview) allows you to search for any property tag. ` webLinkMetadata["image"] // String for ` The above method allows for searching for any tag, which would be...
Thanks for making this. Certainly saved me a lot of time! Unfortunately, it doesn't seem to follow redirects. Example: https://apple.news/Ak2IoOEp8Qdi6JVs8p-Jj_A It should return the `og:image` from here: https://abcnews.go.com/Politics/capitol-breached-protesters/story?id=75081629 The impact...
I want to see the percentage showing how much process is completed? Do you know Any block of code to achieve it?