For the best experience, increase the window size or view on a laptop or desktop device
Title | ||
|---|---|---|
Loading... | ||
For the best experience, increase the window size or view on a laptop or desktop device
Title | ||
|---|---|---|
Loading... | ||
Objective: Develop a program to perform web crawling starting from a given URL (start_url) up to a specified depth (K). The program should download web pages and store them in a directory structure.
Web Crawling:
start_url and recursively visit links found on the page.K levels deep from the start_url.Directory Management:
Loop and Duplicate Handling:
How to handle long fetch time and what about doing it in a distributed way?
Community discussion, answers, and follow-up details for this question.
Log in to post a comment.
Objective: Develop a program to perform web crawling starting from a given URL (start_url) up to a specified depth (K). The program should download web pages and store them in a directory structure.
Web Crawling:
start_url and recursively visit links found on the page.K levels deep from the start_url.Directory Management:
Loop and Duplicate Handling:
How to handle long fetch time and what about doing it in a distributed way?
Community discussion, answers, and follow-up details for this question.
Log in to post a comment.
Crowdsourced Interview Question Bank for Job Seekers in Tech/Finance Industry