Commit Graph

9 Commits

Author SHA1 Message Date
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
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
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