-
feat: add `forceUrlEncoding` option to `requestAsBrowser` (#1086)
发布于
2021-07-08 08:55:47 +00:00 - fix: fallback to encoded URL in
requestAsBrowser
When request fails and we detect that calling
encodeURIon the url would
escape something, we now automatically fallback to such encoded url.-
refactor: add
forceUrlEncodingoption instead of automatic fallback to encoded urls -
chore: try to increase test timeout to 1 minute
-
feat: add
preNavigationHooksandpostNavigationHookstoCheerioCrawler -
chore: improve docs and naming
-
chore: improve changelog
下载附件
- fix: fallback to encoded URL in