You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for this wonderful library! It's really powerful.
I am trying to understand how if there is a way to skip websites that are too big to be crawled.
In the following example I am trying to crawl a list of websites and extract the pages with the email address but I obviously don't want the last website (The Sydney Morning Herald newspaper) to be scraped.
Is there a way to avoid this or to make the function skip if it's taking too long or the number of pages are above a given threshold?
Hi Salim,
thank you for this wonderful library! It's really powerful.
I am trying to understand how if there is a way to skip websites that are too big to be crawled.
In the following example I am trying to crawl a list of websites and extract the pages with the email address but I obviously don't want the last website (The Sydney Morning Herald newspaper) to be scraped.
Is there a way to avoid this or to make the function skip if it's taking too long or the number of pages are above a given threshold?
thank you,
Ahmed
The text was updated successfully, but these errors were encountered: