medvm / widevine_keys

This repo created for bypassing Widevine L3 DRM and obtaining keys.
450 stars 186 forks source link

. #63

Closed Superbia000 closed 2 years ago

Superbia000 commented 2 years ago

...

medvm commented 2 years ago

@Superbia000 Since an "invalid token" error occurs, the tokens are either one-time use or you just copied it incorrectly. In the first case, you should trace the API request that generates this token and generate a new one by sending a curl request to the API.

Superbia000 commented 2 years ago

@Superbia000 Since an "invalid token" error occurs, the tokens are either one-time use or you just copied it incorrectly. In the first case, you should trace the API request that generates this token and generate a new one by sending a curl request to the API.

I can get the key now. Thank you.