Changed
- Return scrape errors as value of `error` key inside result `dict` instead of as a single `list` item by [zawi99](https://github.com/zawi99)
- `ConnectionRefusedError` handled gracefully from [zrthstr](https://github.com/zrthstr)
- Migrated from Jenkins to GitHub Actions
- Upgrade `black` from 19.10b0 to 21.6b0
Removed
- Drop support for Python 3.5 and below