|
In the crawl_web procedure, What I am did is counting the no of pages after every append(page). And checking a while if my count <=max_pages. But I am getting , to refresh error. Please Help. |
|
In the crawl_web procedure, What I am did is counting the no of pages after every append(page). And checking a while if my count <=max_pages. But I am getting , to refresh error. Please Help. |
Markdown Basics
Asked: 13 Mar '12, 13:34
Seen: 213 times
Last updated: 13 Mar '12, 13:58
It's going to be tough to help or critique your code without any code. Can you post your procedure? I'm still unsure of what is considered "too much" help but without code it's tough to say what the issue is.
while tocrawl == True & i<=max_pages:
.......
.....
....
crawled.append(page)
i=i+1
return crawled