What's Changed
Notes:
- Added support for error logging in
log.txtfor more thorough troubleshooting. - IMDB requests are now properly handled by detecting errors and using retries where necessary (rate limit exceeded, server overloaded etc). Retryable status codes:
408, 425, 429, 500, 502, 503, 504 - Improved rating, adding or removing items on IMDB. The script now properly waits until certain elements have loaded before executing the script.
Full Changelog: v1.4.2...v1.5.0