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
I received an email from a local newspaper last night. They noticed the scraper (it only took them five months!), and they've asked me to rate-limit the process. I've put a time.sleep(0.3) at the end of baseparser.py's grab_url() , which should keep them happy.
I'm opening this issue so people know about the problem.
The text was updated successfully, but these errors were encountered:
I received an email from a local newspaper last night. They noticed the scraper (it only took them five months!), and they've asked me to rate-limit the process. I've put a
time.sleep(0.3)
at the end of baseparser.py'sgrab_url()
, which should keep them happy.I'm opening this issue so people know about the problem.
The text was updated successfully, but these errors were encountered: