Skip to content

Releases: andreburgaud/robotspy

robotspy 0.10.0

27 Aug 02:20
25b4ea1
Compare
Choose a tag to compare

robotspy 0.9.0

25 Aug 23:30
85f8527
Compare
Choose a tag to compare
  • Updated the parser to behave like the Google robots parser. It now handles the product token in the user-agent line up to the last correct character instead of discarding it. See issue #209 for more details.

robotspy 0.8.0

05 Jul 23:55
daa9c72
Compare
Choose a tag to compare
  • Addressed an issue raised when a robots.txt file is not UTF-8 encoded (thank you, @tumma72, for spotting the problem and providing a suggestion for a fix - #200)
  • Added a user agent to fetch the robots.txt, as some websites, such as pages hosted on Cloudflare, may return a 403 error.
  • Updated the documentation to link to RFC 9309, Robots Exclusion Protocol (REP).
  • Added a GitHub action job to execute the tests against Python versions 3.8 to 3.12.