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

for youtube share url not getting details like title, image etc #126

Closed midhunnarayan22 closed 3 years ago

midhunnarayan22 commented 3 years ago

While sharing youtube URL from the app it is not getting a proper response https://youtu.be/MZWina8plDk

MuhtasimTanmoy commented 3 years ago

Also facing the same problem. Any solution?

jscalo commented 3 years ago

I'm trying to diagnose but if you look at the htmlCode sent to performPageCrawling(), the title is:

<title>YouTube</title>

So now all titles show up as "YouTube" instead of the original. I think it might have something to do with following the redirects.

daveymcgav commented 3 years ago

Yup, seeing this also!

LeonardoCardoso commented 3 years ago

Seems to be fixed with the new version.

Simulator Screen Shot - iPhone 11 Pro - 2021-02-01 at 12 29 57