feat: add `impit` option for Crawlee CLI by Mantisus · Pull Request #1312 · apify/crawlee-python

@Mantisus

@Mantisus

janbuchar

"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 😄

vdusek

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

janbuchar