se-scraper
se-scraper copied to clipboard
Feat/keep html on error
- Add options for setting timeout with
standard_timeout
andsolve_captcha_time
- Add a
keep_html_on_error
, this addhtml_on_error
andlastUrl
in the Error object, very convenient to store for later debugging. - Fix some random test failing due to timing raise condition.