- Fix
--status-code
filter
- Validate
--status-code
between 100 and 599
- Increase urllib3 log level to error to prevent noise with invalid certs
- Fix mypy issues with var reuse
- Change presentation of status code for non-resolved URLs from
-1
to-
- Async processing of requests
- Use JSON API
- Remove unused dependencies
- Strip trailing part of URL
- Add
--strip/--no-strip
to search to remove leading protocol and www - Upgrade dependencies
- Disable warnings from urllib3
- Fix
--status-code
filter implementation
- Add
--version
flag
- Validate
--status-code
is an integer
- Add progress bar output
- Handle RequestException better in CLI
- Add
--clean/--no-clean
flag for removing wildcard results (default--clean
) - Tidy option text
- Fix out of bounds for invalid search
- Initial release