Commit Graph

46 Commits

Author SHA1 Message Date
stabbedbybrick
4e9f6af30c fix(ROKU): Add tv special label 2024-09-29 15:57:55 +02:00
stabbedbybrick
7786d89a4d fix(ALL4): Add fallback asset info 2024-09-21 23:11:31 +02:00
stabbedbybrick
9cc4503388 fix(IP): Fix missing category label 2024-09-20 21:28:21 +02:00
stabbedbybrick
f75606dec5 feat(services): Add TVNZ service 2024-09-20 19:57:22 +02:00
stabbedbybrick
62d226671d refactor(MY5): Change endpoints to android
- The old method of fetching hmac keys from javascript has been removed, along with the github that hosted them.
- The required cert is included in the code itself and not needed separately
2024-09-19 14:11:58 +02:00
stabbedbybrick
fcc87ac317 fix(TUBI): Fix missing base_uri in track.url 2024-09-10 08:59:33 +02:00
stabbedbybrick
5a286926ec refactor(DSCP): Prioritize clearkey HLS over Widevine DASH
- The program will now look for AES HLS instead of Widevine DASH.
- Using '-v H.265' will request DASH manifest even if no H.265 tracks are available.
This can be useful if HLS is not available for some reason.
2024-08-02 14:12:31 +02:00
stabbedbybrick
a3ec1f86bc fix(DSCP): Set base URL 2024-08-01 17:05:49 +02:00
stabbedbybrick
4431ebec31 feat(DSCP): Add feature to download by episode URL 2024-08-01 16:27:18 +02:00
stabbedbybrick
79a706fdea feat(services): Add RTE Player service 2024-07-28 15:10:40 +02:00
stabbedbybrick
2883e47513 feat(services): Add CBS service 2024-07-28 15:10:12 +02:00
stabbedbybrick
3095165f8c fix(iP): Set default version for UHD 2024-07-17 10:21:41 +02:00
stabbedbybrick
fea45c5ed6 fix(UKTV): Fix episode duration 2024-07-08 11:41:58 +02:00
stabbedbybrick
1e4730070f feat(services): Add STV Player service 2024-07-08 11:40:01 +02:00
stabbedbybrick
81080328b9 feat(services): Add U / UKTV Play service 2024-07-07 09:02:25 +02:00
stabbedbybrick
c8eb1893e8 refactor(iP): Improve title information and labels 2024-07-04 21:17:36 +02:00
stabbedbybrick
e90d4063ac refactor(iP): Improve availability checks 2024-07-04 10:52:44 +02: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
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