3 Commits

Author SHA1 Message Date
1221b9f127 Improve season recognition
Added function to regex check the episodes season title, if the season title has "Season X" sequentially in the name, then that will be used as the season

example -
https://www.crunchyroll.com/series/G79H23ZGP/tales-of-wedding-rings
2025-10-21 23:21:47 -04:00
9349d46546 Version 1.0.2
- 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
2025-10-05 22:30:48 -04:00
c6f3ade6c6 Initial upload
- Added Crunchyroll service
2025-09-30 02:16:36 -04:00