We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c621973 commit efffb27Copy full SHA for efffb27
1 file changed
Scrapy/README.md
@@ -93,7 +93,13 @@ In command line type (windows):
93
scrapy shell "https://fundrazr.com/find?category=Health"
94
```
95
96
-The image below is inside scrapy shell
+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")
100
101
102
+Rough expected output. Remember overtime the individual pages update and you can get different results.
103
104

105
<br>
0 commit comments