Skip to content

Commit efffb27

Browse files
authored
Update README.md
1 parent c621973 commit efffb27

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Scrapy/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,13 @@ In command line type (windows):
9393
scrapy shell "https://fundrazr.com/find?category=Health"
9494
```
9595

96-
The image below is inside scrapy shell
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")
100+
```
101+
102+
Rough expected output. Remember overtime the individual pages update and you can get different results.
97103

98104
![](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Scrapy/Tutorial_Images/individualCampaignLinks.png)
99105
<br>

0 commit comments

Comments
 (0)