at 5:46 in this video
https://online.codingblocks.com/app/player/209779/content/201830/6017/lecture
the parse function is created outside the loop for url in urls , then how is it still able to access each url and work on it?
what is callback function? what is its role here? what does the line callback= self.parse do?
what is the response parameter in parse function? why are we using response.url instead of url if all we wants is the url to split it and get the number