mirror of
https://github.com/DevLARLEY/WidevineProxy2.git
synced 2026-04-26 14:05:55 +03:00
[GH-ISSUE #7] Faile to download videos form crunchyroll. #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WidevineProxy2#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @superlogix on GitHub (Nov 4, 2024).
Original GitHub issue: https://github.com/DevLARLEY/WidevineProxy2/issues/7
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 on GitHub (Nov 4, 2024):
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 on GitHub (Nov 7, 2024):
are you signed in to crunchyroll ??
@berny6969 commented on GitHub (Nov 8, 2024):
crunchyroll need some headers on cmd to download my friend
Forget about this problem, crunchyroll needs headers to download, apart from being premium for many videos
@superlogix commented on GitHub (Nov 11, 2024):
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?