pevers / images-scraper

Simple and fast scraper for Google

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM Test is failing

Extracreative opened this issue · comments


  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)

Thanks for reporting @Extracreative . I believe it is fixed in: #50

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

@pevers Thank you