If robots.txt file is invalid, abort mission.
This commit is contained in:
parent
0e02f22d08
commit
f6da179820
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@ class WebsiteScheduler(metaclass=WebsiteSchedulerMeta):
|
|||
except Exception as e:
|
||||
print(e)
|
||||
raise e
|
||||
if not self.robot_parser.default_entry:
|
||||
self.dead = True
|
||||
if not self.dead:
|
||||
delay = self.robot_parser.crawl_delay(settings.USER_AGENT)
|
||||
if delay is None:
|
||||
|
|
Loading…
Reference in a new issue