matthewmueller / x-ray

The next web scraper. See through the <html> noise.
MIT License
5.86k stars 350 forks source link

Added examples of crawler methods #356

Closed brendan-c closed 3 years ago

brendan-c commented 4 years ago

Description

Updated readme with examples of xray.delay(), xray.throttle(), xray.concurrency(), and xray.timeout() to clarify that they should be called on the initial xray() object.

lathropd commented 3 years ago

Thanks for this!