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 51faf3f commit eaa803cCopy full SHA for eaa803c
Scrapy/fundrazr/fundrazr/spiders/fundrazr_scrape.py
@@ -13,7 +13,7 @@ class Fundrazr(scrapy.Spider):
13
npages = 2
14
15
# This mimics getting the pages using the next button.
16
- for i in range(2, npages +1 ):
+ for i in range(2, npages + 2):
17
start_urls.append("https://fundrazr.com/find?category=Health&page="+str(i)+"")
18
19
def parse(self, response):
0 commit comments