apify / crawlee

Crawlee—A web scraping and browser automation library for Node.js to build reliable crawlers. In JavaScript and TypeScript. Extract data for AI, LLMs, RAG, or GPTs. Download HTML, PDF, JPG, PNG, and other files from websites. Works with Puppeteer, Playwright, Cheerio, JSDOM, and raw HTTP. Both headful and headless mode. With proxy rotation.
https://crawlee.dev
Apache License 2.0
12.95k stars 563 forks source link

Can't override default input options with a timeoutSecs value of 0 #760

Closed sapiensmalti closed 3 years ago

sapiensmalti commented 3 years ago

timeoutSecs value of 0 gets ignored. Other values are fine.

Tested when calling apify/google-search-scraper.

mnmkng commented 3 years ago

Will be fixed by #758

mnmkng commented 3 years ago

Fixed in SDK >=0.22