jxlil / scrapy-impersonate

Scrapy download handler that can impersonate browser' TLS signatures or JA3 fingerprints.
MIT License
76 stars 8 forks source link

Support of fresh browser versions #5

Open VicZagranowski opened 3 months ago

VicZagranowski commented 3 months ago

Hello, please let us know if you have plans to release support new brosers versions chrome 120+ in you future updates?

jxlil commented 3 months ago

Hi, scrapy-impersonate depends on the curl_cffi project. At the moment there do not seem to be plans to add support for those versions: https://github.com/users/yifeikong/projects/1

jxlil commented 2 months ago

Hi @VicZagranowski

In version 1.3.0 there are two new Chrome browsers available:

-chrome123 (123.0.6312.124) -chrome124 (124.0.6367.60)

jxlil commented 2 months ago

I made a mistake, these two versions will be available until version 0.7.0 of curl_cffi is released.