Hi, i need help with Crave TV.
I can find the keys for any Crave's videos but can't download using either mpd, i'm getting error 401 unauthorized.
I'm using N_m3u8DL-RE, is there any arguments to add to command line to avoid error 401.
https://capi.9c9media.com/destinations/se_atexace/platforms/desktop/playback/contents/...5/manifest.mpd
https://capi.9c9media.com/destinations/se_atexace/platforms/desktop/playback/contents/.../manifest.pmpd
Thank you
+ Reply to Thread
Results 1 to 18 of 18
-
-
Any videos gave me the same error: 'ERROR: One or more errors occurred. (Response status code does not indicate success: 401 (Unauthorized)'
URL:
https://www.crave.ca/en/tv-shows/strike-back/episode-1-s1e1
MPD:
https://capi.9c9media.com/destinations/se_atexace/platforms/desktop/playback/contents/...8/manifest.mpd
https://capi.9c9media.com/destinations/se_atexace/platforms/desktop/playback/contents/.../manifest.pmpd -
Is the video behind a paid subscription? I get a prompt to Sign In before I can watch the video.
-
take yt-dlp and you modify the address line of the mpd and include all the code of the bearer complet ey
Code:https://capi.9c9media.com/destinations/crave_atexace/platforms/desktop/playback/contents/866309/contentpackages/1174303/manifest.mpd?filter=25" --add-header "Authorization: Bearer ey
Last edited by k2000; 12th May 2023 at 14:40.
-
-
Correction to check audio video info
Code:yt-dlp --allow-u "https://capi.9c9media.com/destinations/crave_atexace/platforms/desktop/playback/contents/866309/contentpackages/1174303/manifest.mpd?filter=25" --add-header "Authorization: Bearer ey" -F
with video and audio option chosen
Code:yt-dlp.exe --allow-unplayable-formats -f h264-ffa6v1-30p-primary-7200000,ac3-ffa6v1-english-primary-384000 "https://capi.9c9media.com/destinations/crave_atexace/platforms/desktop/playback/contents/866309/contentpackages/1174303/manifest.mpd?filter=25" --add-header "Authorization: Bearer ey"
-
When checking for audio and video info, i get this error:
[generic] manifest: Downloading webpage
ERROR: 'latin-1' codec can't encode character '\u2026' in position 513: ordinal not in range(256)
I've succeed with N_m3u8DL-RE -H "Authorization: Bearer ey" "https://capi.9c9media.com.....manifest.mpd?filter=25
Thank you for your helpLast edited by George7; 13th May 2023 at 09:06.
-
-
-
-
As for the filter issue, I remember it's filter=14?
Once I wrote a Python script for downloading videos from crave in 1080p, but I couldn't remember. -
-
filter=14 used to work for CTV as well, but doesn't work anymore as CTV has changed some things around. I guess noovo and crave did not get the same changes.
-
Thanks.
I was getting two mpd links. The one pointing to capi.9c9media.com still works . But I had been trying the one that points to u2.video.9c9media.com and that one doesn't work.
Similar Threads
-
Mpd link changes automatically (keys remain the same)
By mathieuthibault in forum Video Streaming DownloadingReplies: 3Last Post: 22nd Apr 2023, 04:22 -
capture the keys from a mpd file?
By mcjoe in forum Video Streaming DownloadingReplies: 1Last Post: 6th Apr 2023, 14:43 -
Download HLS. error 400 to download keys
By naturalc in forum Video Streaming DownloadingReplies: 28Last Post: 28th Oct 2022, 08:13 -
I can't get keys for this mpd
By tomtom12 in forum Video Streaming DownloadingReplies: 1Last Post: 16th Oct 2022, 14:44 -
Help decrypting this MPD content (I have keys)
By royjeon215 in forum Video Streaming DownloadingReplies: 4Last Post: 5th May 2021, 11:41