We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96a7bf commit 952d968Copy full SHA for 952d968
Scrapy/README.md
@@ -96,7 +96,7 @@ scrapy shell "https://fundrazr.com/find?category=Health"
96
Type the following into scrapy shell (to help understand the code, please see the video):
97
98
```
99
-response.xpath("//h2[contains(@class, 'title headline-font')]/a[contains(@class, 'campaign-link')]//@href")
+response.xpath("//h2[contains(@class, 'title headline-font')]/a[contains(@class, 'campaign-link')]//@href").extract()
100
101
102

0 commit comments