jxlil / scrapy-impersonate

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

Fix: TypeError: AsyncSession.request() got an unexpected keyword argument 'thread' #4

Closed jxlil closed 7 months ago

jxlil commented 7 months ago

The thread argument was removed because it's not supported by AsyncSession

closes https://github.com/jxlil/scrapy-impersonate/issues/3