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 c7c05db commit 51faf3fCopy full SHA for 51faf3f
Scrapy/README.md
@@ -63,7 +63,7 @@ start_urls = ["https://fundrazr.com/find?category=Health"]
63
npages = 2
64
65
# This mimics getting the pages using the next button.
66
-for i in range(2, npages +1 ):
+for i in range(2, npages + 2 ):
67
start_urls.append("https://fundrazr.com/find?category=Health&page="+str(i)+"")
68
```
69
0 commit comments