feat: add `impit` option for Crawlee CLI by Mantisus · Pull Request #1312 · apify/crawlee-python
| "crawler_type": ["beautifulsoup", "parsel", "playwright", "playwright-camoufox"], | ||
| "__crawler_type": "{{ cookiecutter.crawler_type|lower|replace('-', '_') }}", | ||
| "http_client": ["httpx", "curl-impersonate"], | ||
| "http_client": ["httpx", "curl-impersonate", "impit"], |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't impit be the default?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be in the next PR, after the next impit release - #1307 😄
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters