...{}'.format(page) for page in range(1, max_page+1)]
def get_data(self):
for url in self.start_urls:
res = requests.get(url)
&n...