Open fawkesley opened 10 years ago
And probably provide a context manager with ignore_robots for rare occasions when we encounter a broken robots.txt file.
with ignore_robots
robots.txt
See robotparser in Python standard library: http://docs.python.org/2/library/robotparser.html
robotparser
And probably provide a context manager
with ignore_robots
for rare occasions when we encounter a brokenrobots.txt
file.