DevLARLEY / WidevineProxy2

An extension-based proxy for Widevine EME challenges and license messages. Modifies the challenge before it reaches the web player. Bypasses Hashes, one-time-tokens and license wrapping.
GNU General Public License v3.0
78 stars 18 forks source link

Faile to download videos form crunchyroll. #7

Closed superlogix closed 3 hours ago

superlogix commented 1 week ago

Test url: https://www.crunchyroll.com/watch/G7PU3PWDW/today-i-just-want-to-go-home WidevineProxy2 can detect key and mpd url. But N_m3u8DL get an forbidden error when downloading mpd file.

DevLARLEY commented 1 week ago

No idea... The manifest is only requestable via N_m3u8DL-RE when the video is playable (aka. the addon is disabled or keys have already been obtained). I'll just leave this open

october262 commented 1 week ago

are you signed in to crunchyroll ??

berny6969 commented 1 week ago

Test url: https://www.crunchyroll.com/watch/G7PU3PWDW/today-i-just-want-to-go-home WidevineProxy2 can detect key and mpd url. But N_m3u8DL get an forbidden error when downloading mpd file.

crunchyroll need some headers on cmd to download my friend

No idea... The manifest is only requestable via N_m3u8DL-RE when the video is playable (aka. the addon is disabled or keys have already been obtained). I'll just leave this open

Forget about this problem, crunchyroll needs headers to download, apart from being premium for many videos

superlogix commented 4 days ago

The key to the problem is that if the WidevineProxy2 extension is not loaded, the sniffed MPD can be downloaded and decrypted with the key; after loading the WidevineProxy2 extension, the video cannot be played and the sniffed MPD cannot be downloaded. The reason for the failure to download is related to the extension modifying the DRM request data, causing the server verification to fail?