itsmeichigo/URLPreview

Question: Desktop User Agent

jstart opened this issue · 1 comments

https://github.com/itsmeichigo/URLPreview/blob/master/Source/NSURL%2BURLPreview.swift#L21
Just curious if there was a specific reason you use a desktop user agent? Do some sites not return the description or image with a standard mobile user agent?

That's true, some sites make it harder to find the elements if we access with mobile user agent so I use desktop agent instead.