Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@wjh18 wjh18 released this 04 Nov 04:20
· 42 commits to master since this release

This release primarily consists of code quality improvements like tests and type hints. See #12 for full details.

Some notable end user changes:

  • Tasks that raise an exception after hitting the retry limit are now skipped instead of exiting. The console output will warn you if a URL was skipped and show how many tasks failed/succeeded. Previously, if a single request failed the entire program would exit which isn't ideal for large sets of URLs.
  • Improved sitemap error handling and URL validation.
  • Very minor, but there's now a retry limit for API key re-prompts.