New features - error handler, graceful shutdown, and much more
I finally came to checking my dev branch. I had some stuff up the pipeline and finally merged it. Have fun!
1.0.15 - 2019-09-04
Added
- Ability to search for multiple words in single WordAnalyzer (d2a7e09)
- Ability to restart running scrapers after adding a new one (de99892)
- Ability to register error handlers (1fae47e)
Fixed
- Check if paste is None before analyzing it (2fd7b39, f4bfa46)
- Broken behaviour for WordAnalyzer blacklist (df2dd5b)
- Reduced sleep time in order to shut down pastepwn faster (55bb18d)
- Add check in GenericAnalyzer if parameter is callable (781d6d0)
- WordAnalyzer not matching in case sensitive mode (8762ddd)