pevers / images-scraper

Simple and fast scraper for Google
ISC License
225 stars 70 forks source link

fix: another wrongly typed response #102

Closed ghost closed 1 year ago

ghost commented 1 year ago

Summary of Pull Request

When providing an array to scrape, it returns something different than what is typed. This is almost an addition to my previous PR. image

[
  {
    query: 'banana',
    images: [
      [Object], [Object], [Object]
    ]
  },
...
]
ghost commented 1 year ago

This kinda breaks it as now it cannot figure out the implied type and there is no way to import the type. I cannot be bothered to fix