Mar 20, 2024, 22:07 pm
I have no idea if this is the correct place to post this, so move this thread/remove it if necessary.
I am currently working on a python script that will download tv shows and movies (similar to StreamFab/DVDFab)
I currently have a working version of the program that will download and put together M3U8 streams from Roku Channel and then using FFMPEG, I can combine the audio and video files together and gives you a full video, and I was able to successfully download the first episode of naruto this way
that part is working great. although I need to specify a link to the specific video/m3u8 file I want to download, but thats not a huge hurdle to pass.
I wanted to try to download something like "How It's Made" but turns out, that show (on roku channel at least) is DRM Protected and is using a different stream format (MPD)
I tried using Devine-DL because I heard its a good tool to use to decrypt the DRM encryption, but I cant seem to get it to recognize the Roku Channel service that ive made, im probably doing something very stupid lol
I have the service here:
C:\Users\%username%\AppData\Local\devine\services\roku\__init__.py
I installed devine using pip and it didnt create the devine folder and I had to make it myself, but when I do `devine env info` it shows the above as the env location
maybe installing via pip was an issue, but probably not
if I try to do `devine dl roku` it says "Error: There are no Services added yet, therefore the 'roku' Service could not be found."
Does anyone have any experience with devine and can provide some help?
I am very new to the scene, and have 0 experience using devine, so any help is appreciated
I am currently working on a python script that will download tv shows and movies (similar to StreamFab/DVDFab)
I currently have a working version of the program that will download and put together M3U8 streams from Roku Channel and then using FFMPEG, I can combine the audio and video files together and gives you a full video, and I was able to successfully download the first episode of naruto this way
that part is working great. although I need to specify a link to the specific video/m3u8 file I want to download, but thats not a huge hurdle to pass.
I wanted to try to download something like "How It's Made" but turns out, that show (on roku channel at least) is DRM Protected and is using a different stream format (MPD)
I tried using Devine-DL because I heard its a good tool to use to decrypt the DRM encryption, but I cant seem to get it to recognize the Roku Channel service that ive made, im probably doing something very stupid lol
I have the service here:
C:\Users\%username%\AppData\Local\devine\services\roku\__init__.py
I installed devine using pip and it didnt create the devine folder and I had to make it myself, but when I do `devine env info` it shows the above as the env location
maybe installing via pip was an issue, but probably not
if I try to do `devine dl roku` it says "Error: There are no Services added yet, therefore the 'roku' Service could not be found."
Does anyone have any experience with devine and can provide some help?
I am very new to the scene, and have 0 experience using devine, so any help is appreciated