Skip to content

Commit 952d968

Browse files
authored
Update README.md
1 parent f96a7bf commit 952d968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scrapy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ scrapy shell "https://fundrazr.com/find?category=Health"
9696
Type the following into scrapy shell (to help understand the code, please see the video):
9797

9898
```
99-
response.xpath("//h2[contains(@class, 'title headline-font')]/a[contains(@class, 'campaign-link')]//@href")
99+
response.xpath("//h2[contains(@class, 'title headline-font')]/a[contains(@class, 'campaign-link')]//@href").extract()
100100
```
101101

102102
![](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Scrapy/Tutorial_Images/individualCampaignLinks.png)

0 commit comments

Comments
 (0)