Skip to content

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

Closed
@malcolmcameron

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions