fix
This commit is contained in:
parent
ab8bb0412e
commit
eb56830a5a
@ -12,7 +12,7 @@ class RmComicSpider(scrapy.Spider):
|
||||
|
||||
# 遍历网站页数数据
|
||||
def start_requests(self):
|
||||
for x in range(0,60):
|
||||
for x in range(0,70):
|
||||
yield scrapy.Request(self.start_urls+"?&page="+str(x), callback=self.books_comic)
|
||||
|
||||
# 获取多个漫画信息
|
||||
|
||||
Loading…
Reference in New Issue
Block a user