does anyone have a script for cbc-gem?
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 901 to 925 of 925
Thread
-
YT-DLP is currently working for CBC Gem. Here is a link to a thread:
https://forum.videohelp.com/threads/408746-gem-cbc-ca-1080p-streams -
Is there a way to automatically switch CDM's if I have multiple? Or maybe a way to generate a new one when needed?
-
-
-
-
-
-
-
-
Is this still the case?
if so is the error with 3.3.3
HTML Code:ConnectionError: Failed to request the M3U(8) document.
https://forum.videohelp.com/threads/414154-Devine-Modular-Movie-TV-and-Music-Archival-...17#post2741341 -
Browser and script use different endpoints, and the higher up you go in quality the more restricted they become. Of all the services I've tried, iPlayer definitely has the most aggressive proxy detection. If it helps, I've had best luck with windscribe when it comes to VPN.
-
-
For once, a streaming service made changes that actually makes it easier for us to get better quality. That's a first
Looks like DRM protected content is still stuck at 720p, though. At least for free users. If anyone with a premium subscription can confirm or deny this, that'd be great.
------
I also forgot to mention I've added ABC iView to the repo, and a small note to the README regarding shaka-packager:
Originally Posted by README -
Does Devine support TTMLv2? Freevee has them but they don't come up with devine dl --list and the Eng CC are not detected by CCExtractor either. Any ideas?
-
-
-
Yes, it's supported. But whether they are listed or not depends on if they are available in the manifest or if the service code you're using has those tracks added. For freevee/amazon specifically, you need to add that information manually in the code if they don't show up.
Since amazon use SDH as type for CC subtitles, that's what I personally use.
[Attachment 82784 - Click to enlarge] -
Last edited by PunchDrunkL0ve; 12th Oct 2024 at 03:21.
-
That's not really possible, I'm afraid. My code is pretty specific to my own environment. But if you have any contact with whoever wrote your service code, tell them that subtitles and their type can be found in the playback response and that they can be added as Subtitle tracks. There, you'll be able to specify SDH, CC, Forced etc.
A generic example:
Code:for sub in subtitles: tracks.add( Subtitle( id_= # unique id, url= # subtitle URL, codec= # subtitle codec, language= # language code, forced= # True or False taken from sub["displayName"], sdh= # True or False taken from sub["type"] ) )
-
-
Similar Threads
-
How do I completely remove the music and sound effects from a movie?
By cns00 in forum EditingReplies: 1Last Post: 15th Jan 2024, 12:11 -
Which software can remove music from show but keep character dialogue?
By Mohamed61020 in forum AudioReplies: 6Last Post: 2nd Jul 2023, 21:32 -
Software for simple music videos?
By dewiclements in forum Software PlayingReplies: 3Last Post: 26th Jul 2022, 01:21 -
H.264 for archival and editing - no go?
By malling in forum CapturingReplies: 8Last Post: 19th Aug 2019, 23:51 -
Movie music too loud but dialogue too quiet fix needed
By hokkom in forum AudioReplies: 121Last Post: 4th May 2019, 08:51