6 Commits

Author SHA1 Message Date
Stabby
6567f74547 v1.0.0
Add semantic versioning
2025-01-17 10:45:14 +01:00
stabbedbybrick
50f2062a1f fix(ITV): Add "other episodes" listing and episode counter 2024-12-09 10:53:59 +01:00
stabbedbybrick
c71fc6000e feat(ITV): Add support for 1080p with L3 2024-12-08 22:28:58 +01:00
stabbedbybrick
f7428845e8 refactor(ITV): Change authentication from credentials to cookies
- ITV has started to add telemetry to login requests to combat bot usage, so we now use cookies to authenticate.
- The cookie should hopefully only be needed once per account. Any subsequent session will use cached tokens.
2024-06-29 14:58:48 +02:00
stabbedbybrick
de493cb181 fix(ITV): Fix seriesType for shows without any type
- Some shows (reality, entertainment) aren't listed as "Series", only as "Latest episodes". These are now handled as their own Series object and should be downloaded by the series URL, not episode URL.
2024-06-02 21:39:54 +02:00
stabbedbybrick
013c5f028c feat(services): Add ITV service 2024-05-30 17:07:54 +02:00