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

doc.infobox().json() response contains incomplete/inconsistent property values #390

Closed
malcolmcameron opened this issue Sep 18, 2020 · 1 comment

Comments

@malcolmcameron
Copy link

Example:
url: https://en.wikipedia.org/wiki/LVMH
traded as within infobox on page:

Screen Shot 2020-09-18 at 1 22 52 PM

wtf_wikipedia response:
wtf.fetch("LVMH").then((doc) => {
  console.log(doc.infobox().json());
})

Screen Shot 2020-09-18 at 1 25 50 PM

the response is missing some data (Euronext Paris: MC).

Noticed this in several other infobox responses.

@spencermountain
Copy link
Owner

merging this one with #391

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