flake8-scrapy
flake8-scrapy copied to clipboard
usage of [0].extract() instead of .extract_first()
Capture the usage of:
response.css()[0].extract()response.css().extract()[0]