FoxRefire / wvg

Chrome/Firefox extension for pen-testing to retrieve encryption keys of Widevine protected content !DON'T DECRYPT CONTENT UNLESS YOU HAVE THE RIGHT TO DO IT!
GNU Affero General Public License v3.0
317 stars 69 forks source link

M+ vod doesn't work #53

Closed javidial closed 2 months ago

javidial commented 2 months ago

Hi, The header that gives m+ spain when playing a video only works that time, so when doing a request, it won't work because the header only works 1 time. Apparently it needs to request the video, get the header and key in the same request. Is this something that can be added in your scripts? Thank you so much.

FoxRefire commented 2 months ago

Try adding the licence server URL pattern to blockRules.conf and enable licence blocking from the right-click menu. If the cause of the non-working is only the bearer token, this should make it work.

FoxRefire commented 2 months ago

Issue is closed due to lack of response.

javidial commented 2 months ago

Sorry for the delay. I added the line "wv-ottlic-f3.imagenio.telefonica.net/TFAESP/wvls/contentlicenseservice/v1/licenses" to the blockRules.conf and enabled licence blocking from the right-click menu, but it still gives this error:

sch3m3n0t6upp0rt:y0ucancr3at31ty0u4s31f [MPD?] https://github.com/FoxRefire/wvg/wiki/How-to-add-custom-license-scheme-yourself

FoxRefire commented 2 months ago

Try a heuristic scheme that can be used universally. If this does not work, there is nothing more I can do, as I don't accept requests for particular license server support. But even in that case, it is possible to try to fix this yourself by editing code. If you made improvement, consider opening PR.

javidial commented 2 months ago

I'll try that. Thanks