Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OG data is not fully parsed #70

Closed
Luten opened this issue Jul 18, 2018 · 6 comments
Closed

OG data is not fully parsed #70

Luten opened this issue Jul 18, 2018 · 6 comments

Comments

@Luten
Copy link

Luten commented Jul 18, 2018

Tried with version 0.15.3 (we need ios8)
Here are the results of library for url https://www.imdb.com/title/tt5095030/:

createdAt = Wed Jul 18 13:25:53 2018
imageUrl = (null)
pageDescription = Directed by Peyton Reed.  With Paul Rudd, Evangeline Lilly, Michael Peña, Walton Goggins. As Scott Lang balances being both a Super Hero and a father, Hope van Dyne and Dr. Hank Pym present an urgent new mission that finds the Ant-Man fighting alongside The Wasp to uncover secrets from their past.
pageTitle = (null)
pageType = (null)
siteName = (null)
sourceUrl = https://www.imdb.com/title/tt5095030/
updatedAt = Wed Jul 18 13:25:57 2018
url = http://www.imdb.com/title/tt5095030/

While there are not null tags (can be seen in source html, or by tools like https://opengraphcheck.com/result.php?url=https%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt5095030%2F#.W07dRdgzZTY)

og:url | http://www.imdb.com/title/tt5095030/
og:image | https://m.media-amazon.com/images/M/MV5BYjcyYTk0N2YtMzc4ZC00Y2E0LWFkNDgtNjE1MzZmMGE1YjY1XkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY1200_CR90,0,630,1200_AL_.jpg
og:type | video.movie
og:title | Ant-Man and the Wasp (2018)
og:site_name | IMDb
og:description | Directed by Peyton Reed. With Paul Rudd, Evangeline Lilly, Michael Peña, Walton Goggins. As Scott Lang balances being both a Super Hero and a father, Hope van Dyne and Dr. Hank Pym present an urgent new mission that finds the Ant-Man fighting alongside The Wasp to uncover secrets from their past.
@Luten
Copy link
Author

Luten commented Jul 18, 2018

Same results with 0.16.1 version

@marty-suzuki marty-suzuki mentioned this issue Jul 18, 2018
@marty-suzuki
Copy link
Owner

@Luten
I've fixed and support iOS8 again.
Please try 0.16.2

@Luten
Copy link
Author

Luten commented Jul 18, 2018

@marty-suzuki Thanks for fast reaction!
But this fix didn't help, still getting nulls =(
Using URLEmbeddedView (0.16.2)

imageUrl = (null)
pageDescription = Directed by Peyton Reed.  With Paul Rudd, Evangeline Lilly, Michael Peña, Walton Goggins. As Scott Lang balances being both a Super Hero and a father, Hope van Dyne and Dr. Hank Pym present an urgent new mission that finds the Ant-Man fighting alongside The Wasp to uncover secrets from their past.
pageTitle = (null)
pageType = (null)
siteName = (null)
sourceUrl = https://www.imdb.com/title/tt5095030/
url = http://www.imdb.com/title/tt5095030/

@marty-suzuki
Copy link
Owner

marty-suzuki commented Jul 18, 2018

I've tried https://www.imdb.com/title/tt5095030/ with 0.16.2.
It works fine like below image.
2018-07-18 20 06 10

@Luten
Copy link
Author

Luten commented Jul 18, 2018

That's strange..
It worked for https://www.imdb.com/title/tt4701182/, but still didn't work for https://www.imdb.com/title/tt5095030/
Looks like it is a cache issue, I'll clear it all and will get back here

@Luten
Copy link
Author

Luten commented Jul 18, 2018

Yeah, that did it.
Cleared cache - and now it all works fine.
@marty-suzuki Huge thanks again for your time, efforts and very fast reaction!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants