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

missing EuronextParis Template #391

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

missing EuronextParis Template #391

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

hi malcolm, good find. It looks like we're missing the EuronextParis template.
Looks straightforward to add.

Until there's a fix, you can add a custom template parser as described here
cheers

@spencermountain spencermountain changed the title Infobox response incomplete/inconsistent missing EuronextParis Template Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants