You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
stummjr
changed the title
[new check] response.css()[0].extract() instead of response.css().extract_first()
usage of [0].extract() instead of .extract_first()
Oct 14, 2018
Capture the usage of:
response.css()[0].extract()
response.css().extract()[0]
The text was updated successfully, but these errors were encountered: