Hello, sorry if my question has been answered but I have this issue. Currently when I'm downloading videos I do this:
1) Obtain mpd
2) Obtain license from network tab
3) Open mpd, get the PSSH key
4) Using GetWVkeys to get my decryption key
5) Using N_m3u8DL-RE to download everything with my wanted settings
I have about 300 series to download. Is there any way to fasten this process? Like quicker method of getting PSSH (EME don't always work) or obtain licenses faster. Because now it is going to take too much time for me. Can I make this process faster or no?
+ Reply to Thread
Results 1 to 4 of 4
-
-
Yes.
But first you have to find out how the website does all of these stuff, and by writting codes in for example Python, the code automatically finishes the tasks and then gives you the video you want.
This won't be an easy job. But anyway, good luck to you. -
Some other questions should be included when you are designing your project.
For example, you only mentioned the series. What about movies? Are you gonna handle the movies?
And how do you wish the program will function by inputing what? A link? Some keywords and then let the program search and something like this.
And the series you said might not be free. It may need an account to stream. How to let the server identify yourself? These can't be omitted.
Since you didn't mention the exact site URL, these are only a general conclusion. -
I know nothing about python so my code writing would take more than manually downloading everything.
I only want to download series. It's a site with a subscription (Go3.lt) and I have it, I can watch it, but want to download from it. It would help me if there would be any way for some code to automatically take PSSH key from my MPD input and automatically use GetWVKeys API to make the WV decryption key (license URL is pretty much the same just a number in it gets higher). Rest I can do manually. Just proccess of having to download the MPD and searching for PSSH sucks. Especially if you have a lot to download.
Similar Threads
-
help downloading DRM video from this website
By kirabeard in forum Video Streaming DownloadingReplies: 7Last Post: 28th Jan 2025, 00:10 -
Downloading DRM video from Now TV
By Chinwonder2 in forum Video Streaming DownloadingReplies: 4Last Post: 10th Feb 2024, 02:58 -
Downloading a DRM video from Czech TV
By eco_craft in forum Video Streaming DownloadingReplies: 5Last Post: 26th Dec 2023, 08:55 -
Help downloading DRM-protected video
By nyvvo6430 in forum Video Streaming DownloadingReplies: 14Last Post: 5th Jul 2023, 07:53 -
help downloading DRM protected video
By Lionking in forum Video Streaming DownloadingReplies: 16Last Post: 5th Feb 2021, 23:53