scrapy / scurl

Performance-focused replacement for Python urllib
Apache License 2.0
21 stars 6 forks source link

Integrate scurl into w3lib and scrapy #16

Open malloxpb opened 6 years ago

malloxpb commented 6 years ago

We will need to work on integrating this library into Scrapy and W3lib. Make it an option for users to install it. Right now, we can prompt a message if the library is not installed while the users are installing Scrapy!

malloxpb commented 6 years ago

The 2 PRs can be found at scrapy/w3lib#110 and scrapy/scrapy#3332