pevers / images-scraper

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

NPM Test is failing #49

Closed Extracreative closed 4 years ago

Extracreative commented 4 years ago

  4 passing (21s)
  1 failing

  1) Google Tests
       should return the correct length with pagination:

      AssertionError: expected 0 to equal 300
      + expected - actual

      -0
      +300

      at Context.<anonymous> (test/google.js:31:31)
pevers commented 4 years ago

Thanks for reporting @Extracreative . I believe it is fixed in: https://github.com/pevers/images-scraper/pull/50

There were some issues with JS injection of the real image URLs.

Extracreative commented 4 years ago

@pevers Thank you