Alex
Alex
I ran black formatter on all of the template files in `scrapy/templates`. There were very few changes that it made, most of which were changing single quotes `'` to double...
This is a simple fix that addresses the issue with running `scrapy genspider` with a "https://" url schema. The approach checks the url for the https schema and if found...
Located a couple of places where using Path object raises an exception. Relates to Issue https://github.com/scrapy/scrapy/issues/5739. The issue can be reproduced by using a Path object in the "IMAGES_STORE" or...
fixing typo