Commit Graph

29 Commits

Author SHA1 Message Date
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
601a6a55d4 feat(services): Add Pluto TV service 2024-06-10 13:53:23 +02:00
stabbedbybrick
5275fddab1 fix(ALL4): Add HTML fallback if title is missing on API
- If an on demand episode is listed on site but not on API, it will try to find it in the HTML code instead.
2024-06-06 11:30:19 +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
stabbedbybrick
79ad7516d1 feat(DSCP): Add option to get UHD tracks 2024-05-28 17:33:42 +02:00
stabbedbybrick
6f31335d6a fix(DSCP): Switch regions in playback request 2024-05-26 18:49:48 +02:00
stabbedbybrick
28a3db7e88 fix(DSCP): Fix fallback user language
Use the language tags from user client info if audio tracks are not listed on API
2024-05-24 08:26:07 +02:00
stabbedbybrick
c09ffda359 fix(DSCP): Add log message for invalid cookies 2024-05-23 13:45:39 +02:00
stabbedbybrick
a731f64f5c refactor(DSCP): Perform check before returning period_filter 2024-05-23 13:44:23 +02:00
stabbedbybrick
f0f7e26268 feat(services): Add Discovery Plus service 2024-05-22 14:41:58 +02:00
stabbedbybrick
be3020ed14 feat(services): Add TUBI service 2024-05-20 13:13:15 +02:00
stabbedbybrick
1223210040 feat(services): Add My5 service 2024-05-13 20:34:43 +02:00
stabbedbybrick
c1d517f18c fix(iP): Fix failing audio track for Devine v.3.3.3, fix HLG range
- MIssing data for the added audio track in Devine v3.3.3 has been fixed and will now download properly.
- The range for UHD tracks were previously incorrectly listed as SDR but is now listed as HLG. You'll need to use `--range HLG` to request UHD tracks.
- Single episodes are now fetched from API rather than site source code.
2024-05-09 21:10:53 +02:00
TPD94
7f37dc9571 revert 1e58c9359f
revert Updated @stabbedbybrick service files
2024-04-22 17:53:47 +00:00
TPD94
1e58c9359f Updated @stabbedbybrick service files 2024-04-22 13:52:16 -04:00
stabbedbybrick
aee2998d66 fix(ALL4): Set headers for WEB endpoints 2024-04-22 14:47:14 +02:00
stabbedbybrick
81e782cdf5 fix(iP): Fix season numbering for single seasons
Single seasons listed as S00 will now be named S01. Seasons that counts as extras should still be S00, however.
2024-04-17 12:40:06 +02:00
stabbedbybrick
7bffda758f fix(iP): Fix missing version data
Some episodes return nothing from the API. In those cases, the episode id will be fetched from the page source code.
2024-04-17 12:24:30 +02:00
stabbedbybrick
ffbcf011e0 fix(ROKU): Fix missing credits 2024-04-14 09:24:36 +02:00
stabbedbybrick
df369e42c2 fix(ROKU): Filter unwanted search results 2024-04-14 09:22:28 +02:00
stabbedbybrick
4248684ea5 fix(ROKU): Fix invalid timestamps 2024-04-12 10:32:57 +02:00
stabbedbybrick
255a832039 refactor(iP): Check all available versions instead of just the default
Some titles don't store the HD/FHD/UHD manifests in the default location, so it will now loop through all versions and pick the best one.
2024-04-10 09:07:13 +02:00
stabbedbybrick
03f5a881ee fix(iP): Fix series regex 2024-04-09 19:47:58 +02:00
stabbedbybrick
ef38c307c5 feat(iP): Add function to download single episodes directly
- Title regex has been updated to fit more scenarios.
- Single episodes can now be downloaded directly by URL.
- Use full title URL as input so that type can be captured from string
2024-04-09 13:51:49 +02:00
stabbedbybrick
5b5ef7ec2f add BBC iPlayer service 2024-04-08 16:38:05 +02:00
stabbedbybrick
c33367ad7a README 2024-04-07 05:23:07 +02:00
stabbedbybrick
de37b1089b add services 2024-04-07 05:17:56 +02:00
stabbedbybrick
f91fbb62dc initial commit 2024-04-07 05:14:51 +02:00