I'm trying to download a couple of episodes from Crackle, and I'm running into a couple issues I can't figure out.
On this episode: https://www.crackle.com/watch/053afde0-b375-4ce5-97f6-1b7d28546e5d/messiah/the-promise-part-1
I was able to get the mpd, download the mp4, and get a working key. However the final result had no audio. I did some digging around and found a link to an mp4 labelled audio
Running that through mp4decrypt with the same key gave me a file still without sound, so I went back to the drawing board. Specifically I've been trying to isolate the video and audio streams from the mpd, using this code:Code:yt-dlp "https://widevinedashus-crackle-com.akamaized.net/1/j/um/enc_audio_ie9yb_Crackle-L01-sd-320k.mp4" --allow-u --no-warnings
But every time I get the following error:Code:yt-dlp --allow-u -F “https://widevinedashus-crackle-com.akamaized.net/1/j/um/ie9yb_Widevine_Dash_playlist.mpd”
Is there a step that I'm missing?ERROR: [generic] '“https://widevinedashus-crackle-com.akamaized.net/1/j/um/ie9yb_Widevine_Dash_playlist.mpd”' is not a valid URL. Set --default-search "ytsearch" (or run yt-dlp "ytsearch:“https://widevinedashus-crackle-com.akamaized.net/1/j/um/ie9yb_Widevine_Dash_playlist.mpd”" ) to search YouTube
+ Reply to Thread
Results 1 to 3 of 3
-
-
Your quotation marks are invalid (")
Try this
Code:t-dlp --allow-u -F "https://widevinedashus-crackle-com.akamaized.net/1/j/um/ie9yb_Widevine_Dash_playlist.mpd"
Last edited by ElCap; 1st Oct 2022 at 22:13.
Similar Threads
-
How to download videos from Crackle?
By McFly2077 in forum Video Streaming DownloadingReplies: 21Last Post: 10th Apr 2024, 00:30 -
Stream download im missing something
By muppler in forum Video Streaming DownloadingReplies: 3Last Post: 23rd Sep 2021, 12:59 -
Sony Crackle Encrypted Now?
By SaurusX in forum Video Streaming DownloadingReplies: 8Last Post: 1st Feb 2019, 08:24 -
Avermedia LGP2 lag & audio "crackle"
By BigDip in forum Capturing and VCRReplies: 0Last Post: 23rd Dec 2018, 18:11 -
help needed to download missing person interview
By David Banner in forum Video Streaming DownloadingReplies: 10Last Post: 9th Mar 2018, 09:25