+ Reply to Thread
Results 421 to 450 of 609
-
Everything worked like a charm! Thank you very much!
But while downloading the file I am getting "Too Many Requests (429 error code)"
What's the solution for this?
[Attachment 74319 - Click to enlarge] -
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
Got it!
Code:N_m3u8DL-RE.exe "https://cdn.bitmovin.com/content/assets/art-of-motion_drm/mpds/11331.mpd" --key ccbf5fb4c299fd73:9cc0c92044cb5f5839a159df --key 9bf0e9cf0d610:90f52fd1d0c2fed7a12ae1 --key eb676abbcbf616630f1a3da:100b6c2b57d2dacb --key 0294b9599d7fa5eab7:3bd27b9c0f03e26 --key 639da80f3bdf6:22af348f4 --thread-count 1
-
Code:
<Error> <Code>MissingKey</Code> <Message> Missing Key-Pair-Id query parameter or cookie value </Message> </Error>
Please go away. And stop sending me PMs.Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
Is the T95 S1 (~$30) the cheapest way to get a CDM with the best compatibility?
-
I don't think so, no. The T95 comes with a rooted Android installation (and is full of adware), and could therefore be a first class candidate for certificate revocation. But who knows.
If you spend a little time in searching this forum, you'll find at least three or four different working CDM's, some as part of downloaders, some with ready to install CDM files. As a start: search for "widevine zip". Two I've found are apparently from real Xiaomi devices. You can also look at user @Karoolus signature and follow this links in it.Last edited by Obo; 22nd Oct 2023 at 02:38.
-
Forget 'best quality'; go for an emulator first-off and cut your teeth on that, It will cost nothing. Only when you find your emulator's CDM doesn't give what you would like would you need to change it.
I understand that some sites use L1 protection - a CDM for which us mere mortals do not have.Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
I'm trying to download:
https://plus.rtl.de/video-tv/shows/rtl-wasserspiele-932187/staffel-2-970381/episode-2-folge-2-970383
I'm using "medvm/widevine_keys" and setting the correct "MPD URL" and "License URL".
PSSH obtained correctly but after I get:
license response status: <Response [404]>
I've also tried with other keys mentioned on this thread but they do not work with mp4decrypt. Only green garbage as output -
404 usually means "Not Found", so you probably did not use the correct urls here.
This video doesn't need any special setup, it has an x-auth-token header for the license url, and that's probably all you need. -
The license is located in:
https://widevine.tvnow.de/index/license
And I copy the curl command from Firefox, paste it in curlconverter and use the output to replace headers in headers.py
headers has an 'x-auth-token' key. -
Yes, and that works without any problem here, I got the key 948392bde3a1215677218e569a44f3c9:63706ae3c5025da26 18512965e7fcc6f for your video.
So if you get a 404 here, there's an error somewhere in your code. But without details on what exactly you do it's quite hard to tell what goes wrong... -
-
looks like –allow-unplayable is now --allow-u. It just returns a list of available formats, and the ids are long strings that seem to be ignored when called, much like 'all' or 'best' or 'bv'. I also dropped -o cause I was receiving an [Fixed output name but more than one file to download] error
edit: I was wrongly using -F. simply .\yt-dpl --allow-u <mpd> workedLast edited by MacCaulay; 29th Oct 2023 at 18:51.
-
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
this error, looks like y have nothing in the new virtual env? i cant install anything
(env) C:\Users\xxxx\Desktop\pydewine>pip install pywidevine pyaml
ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.7,<3.11; 1.0.1 Requires-Python >=3.7,<3.11; 1.1.0 Requires-Python >=3.7,<3.11; 1.1.1 Requires-Python >=3.7,<3.11; 1.2.0 Requires-Python >=3.7,<3.11; 1.2.1 Requires-Python >=3.7,<3.11; 1.3.0 Requires-Python >=3.7,<3.11; 1.3.1 Requires-Python >=3.7,<3.11; 1.4.0 Requires-Python >=3.7,<3.11; 1.4.1 Requires-Python >=3.7,<3.11; 1.4.2 Requires-Python >=3.7,<3.11; 1.4.3 Requires-Python >=3.7,<3.11; 1.4.4 Requires-Python >=3.7,<3.11; 1.5.0 Requires-Python >=3.7,<3.11; 1.5.1 Requires-Python >=3.7,<3.11; 1.5.2 Requires-Python >=3.7,<3.11; 1.5.3 Requires-Python >=3.7,<3.11; 1.6.0 Requires-Python >=3.7,<3.12
ERROR: Could not find a version that satisfies the requirement pywidevine (from versions: none)
ERROR: No matching distribution found for pywidevine
im using version py .12, looks like i need version 3.7??? thats is strange isnt it? im over windows, and i cant install pywidevine, and anything in virtual
if i need py 3.7, how can i install in virtual evn?
thanksLast edited by marioeivissa; 31st Oct 2023 at 04:39.
-
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
first of all sorry for quote the whole of your first post, i was wrong,
second im using python 3.12 not 3.7, and im trying to install pywidevine,to use it instead wks, but i think with 3.12 is not working pywidevine, so i got the answerd of my question, sorry again angela
any posibility to download python 3.10 or 3.9 and use it without lost all my job with 3.12?
yes i found this video for this
https://www.youtube.com/watch?v=ggRsauJcEyELast edited by marioeivissa; 31st Oct 2023 at 06:47.
-
I'm using python 3.11and have no experience of 3.12 but assume python 3.12 will work much the same. Have you followed the last section of Annex of my first post - sort of repated here https://forum.videohelp.com/threads/411509-WKS_KEYS-updated-protobuf-to-version-4#post2705068 ? The version of WKS-KEYS in the link allows protobuf==1.6 and pywidevine==4.x.x to work together.
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
maybe you should mean portobuf == 4.xx and pywidevine==1.6, isnt it?
the point angela is i cant install module pywidevine in windows, is all i tried tell you from the beginning even using virtual env
i just trying install pywidevine to use the new sistem of (pywidevine create-device -k “path_your\device_private_key” -c “path_your\device_client_id_blob” -t “CHROME” -l 3) but i cant do thisLast edited by marioeivissa; 31st Oct 2023 at 08:48.
-
I think we may have a language barrier. What does "i cant install module pywidevine" mean? Does it mean you do not know how to or Windows is somehow stopping you? What happens when you try? How are you trying? What responses does Windows give?
python -m pip uninstall pywidevine
python -m pip install pywidevine==1.6Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
this is the error, i had put in the beggining
(env) C:\Users\xxxx\Desktop\pydewine>pip im install pywidevine==1.6
ERROR: Ignoré las siguientes versiones que requieren una versión diferente de Python: 1.0.0 Requiere-Python >=3.7,<3.11; 1.0.1 Requiere Python >=3.7,<3.11; 1.1.0 Requiere Python >=3.7,<3.11; 1.1.1 Requiere Python >=3.7,<3.11; 1.2.0 Requiere Python >=3.7,<3.11; 1.2.1 Requiere Python >=3.7,<3.11; 1.3.0 Requiere Python >=3.7,<3.11; 1.3.1 Requiere Python >=3.7,<3.11; 1.4.0 Requiere Python >=3.7,<3.11; 1.4.1 Requiere Python >=3.7,<3.11; 1.4.2 Requiere-Python >=3.7,<3.11; 1.4.3 Requiere Python >=3.7,<3.11; 1.4.4 Requiere Python >=3.7,<3.11; 1.5.0 Requiere Python >=3.7,<3.11; 1.5.1 Requiere Python >=3.7,<3.11; 1.5.2 Requiere Python >=3.7,<3.11; 1.5.3 Requiere Python >=3.7,<3.11; 1.6.0 Requiere-Python >=3.7,<3.12
ERROR: No se pudo encontrar una versión que satisfaga el requisito pywidevine (de las versiones: ninguna)
ERROR: No se encontró una distribución coincidente para pywidevine.
im using in env like you said in the tutto(first post)
and without env, just normal not virtual
C:\Users\xxxx\Desktop\WKS-KEYS>python -m pip install pywidevine==1.6
Defaulting to user installation because normal site-packages is not writeable
ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.7,<3.11; 1.0.1 Requires-Python >=3.7,<3.11; 1.1.0 Requires-Python >=3.7,<3.11; 1.1.1 Requires-Python >=3.7,<3.11; 1.2.0 Requires-Python >=3.7,<3.11; 1.2.1 Requires-Python >=3.7,<3.11; 1.3.0 Requires-Python >=3.7,<3.11; 1.3.1 Requires-Python >=3.7,<3.11; 1.4.0 Requires-Python >=3.7,<3.11; 1.4.1 Requires-Python >=3.7,<3.11; 1.4.2 Requires-Python >=3.7,<3.11; 1.4.3 Requires-Python >=3.7,<3.11; 1.4.4 Requires-Python >=3.7,<3.11; 1.5.0 Requires-Python >=3.7,<3.11; 1.5.1 Requires-Python >=3.7,<3.11; 1.5.2 Requires-Python >=3.7,<3.11; 1.5.3 Requires-Python >=3.7,<3.11; 1.6.0 Requires-Python >=3.7,<3.12
ERROR: Could not find a version that satisfies the requirement pywidevine==1.6 (from versions: none)
ERROR: No matching distribution found for pywidevine==1.6 -
maybe should i have python version 3.9? so i have to delete my python 3.12??
-
yes, this is the solution i found, i just install 3.9 python and i now i could install pywidevine module
but now.......another problem
when i do:
C:\Users\xxxxxxx\Desktop\WKS-KEYS\pywidevine\L3\cdm\devices\android_generic> pywidevine create-device -k device_private_key -c device_client_id_blob -t ANDROID -l3 -o WVD
"pywidevine" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
so is not install properly?????dont understandLast edited by marioeivissa; 31st Oct 2023 at 11:11.
Similar Threads
-
widevine decryption help
By birbal1 in forum Video Streaming DownloadingReplies: 2Last Post: 5th Dec 2021, 10:11 -
Help with video download and decryption
By herschel in forum Video Streaming DownloadingReplies: 4Last Post: 26th Jul 2021, 04:31 -
How do I get the decryption key
By Bakekalu in forum Video Streaming DownloadingReplies: 6Last Post: 5th Jul 2021, 01:25 -
Cloudfront video download, decryption?
By Md_95 in forum Newbie / General discussionsReplies: 7Last Post: 5th Apr 2020, 07:53 -
Question about decryption of .m2ts files
By mwalimu in forum Blu-ray RippingReplies: 8Last Post: 23rd Jun 2019, 14:47