- Update version number
- Added check for `skip-event` AKA chapters endpoint for 200 (OK) status code before attempting to get chapters, if not 200, return empty chapters
- Update version
- Add initial login variable in class to track initial login
- added logic to only `super().authenticate` on first authentication
- Store credentials in class for refresh tokens
- Store cookies in class for later possible use
- Only raise cookie error on first login
- Dropped token expiry from 5 minutes to 4
- Update season number to reflect first season if it is the only season for the series
- added authenticate method on each license request
- Update version number
- Update binary requirements (Now none)
- Update seasons to fall back as season 1 if they are the first in a sequence
- Update special counter and episode number to both use `isinstance()` for better special(s) detection