Hi everyone,
I'm creating a new thread as I didn't find a similar problem.
I've been trying to download a video from CBS (episodes are available to everyone a week after the TV premiere) with the methods extensively described throughout the forum, but now I'm stuck.
Video: https://www.cbs.com/shows/video/OcWFU93eHKOTNkyKx_t0Ip45ImQH3XHB/
Found PSSH:Found License:Code:AAAAWHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADgIARIQBOQb6OSxQta5AivsyHJxZiIgT2NXRlU5M2VIS09UTmt5S3hfdDBJcDQ1SW1RSDNYSEI4AQ==Default headers on getwvkeys (I leave them as they are):Code:https://cbsi.live.ott.irdeto.com/widevine/getlicense?CrmId=cbsi&AccountId=cbsi&SubContentType=Default&ContentId=OcWFU93eHKOTNkyKx_t0Ip45ImQH3XHBI get this error:Code:User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0
I wonder whether I found the correct license or if I should change something with the headers or use a proxy? Videos on CBS.com are geo-blocked for me, but I had no problem getting the keys from eg. ctv.ca. Also, I didn't need a VPN to get a PSSH and URL license from CBS.Code:{ "code":400, "error":true, "message": "Failed to get license: 403 Forbidden"}.
If anyone is sure that it is simply impossible to download from CBS, please let me know.
Thanks!
+ Reply to Thread
Results 1 to 30 of 355
-
-
Your Key
Code:04e41be8e4b142d6b9022becc8727166:ec3f99c0f74bcd88b7012238bbb4b3c6
-
Huge thanks for the key, cedric8528 - it worked beautifully, but I ran into another problem. Everything merged correctly, but the mpd link downloaded only the last 5 minutes of the episode (I tried to use aria2c as well, same result).
I used this link:Code:https://pubads.g.doubleclick.net/ondemand/dash/content/2497752/vid/OcWFU93eHKOTNkyKx_t0Ip45ImQH3XHB/GRQ/streams/1e925186-0da5-4dbe-8db5-30a1afeeae9d/manifest.mpd?CMCD=ot%3Dm%2Csf%3Dd%2Csid%3D%227d028140-6f80-4ebc-ba2b-cd5284dcc1b9%22%2Csu
Code:ytdlp.exe --allow-u -N 8 -f bv,ba "https://pubads.g.doubleclick.net/ondemand/dash/content/2497752/vid/OcWFU93eHKOTNkyKx_t0Ip45ImQH3XHB/TUL/streams/e0f7ba3f-e014-40d6-be86-5d224f25db43/manifest.mpd?CMCD=ot%3Dm%2Csf%3Dd%2Csid%3D%2257b94880-c640-4ae7-9152-b0c23d353f56%22%2Csu" WARNING: You have asked for UNPLAYABLE formats to be listed/downloaded. This is a developer option intended for debugging. If you experience any issues while using this option, DO NOT open a bug report [generic] manifest: Requesting header WARNING: [generic] Could not send HEAD request to https://pubads.g.doubleclick.net/ondemand/dash/content/2497752/vid/OcWFU93eHKOTNkyKx_t0Ip45ImQH3XHB/TUL/streams/e0f7ba3f-e014-40d6-be86-5d224f25db43/manifest.mpd?CMCD=ot%3Dm%2Csf%3Dd%2Csid%3D%2257b94880-c640-4ae7-9152-b0c23d353f56%22%2Csu: HTTP Error 405: Method Not Allowed [generic] manifest: Downloading webpage WARNING: [generic] Falling back on generic information extractor. [generic] manifest: Extracting information [info] manifest: Downloading 2 format(s): 3-43, 6-43 [dashsegments] Total fragments: 47 [download] Destination: manifest [manifest].mp4 WARNING: The download speed shown is only of one thread. This is a known issue and patches are welcome [download] 100% of 145.75MiB in 00:05 [dashsegments] Total fragments: 47 [download] Destination: manifest [manifest].m4a WARNING: The download speed shown is only of one thread. This is a known issue and patches are welcome [download] 100% of 4.20MiB in 00:03
-
LuckyBold
I wonder whether I found the correct license or if I should change something with the headers or use a proxy?Last edited by mister_ nex; 4th Dec 2022 at 14:05.
-
Downloads ok with N_M3U8DL-RE, put your keys in keys.txt
[Attachment 67985 - Click to enlarge]
If your on Winx64 you need this version
https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.1.3-beta/N_m3u8DL-RE_Beta_...4_20221202.zip
If not, other versions are available here:
https://github.com/nilaoda/N_m3u8DL-RE/releases
n_m3u8dl-re.exe --help
Description:
N_m3u8DL-RE (Beta version) 20221117
Usage:
n_m3u8dl-re <input> [options]
Arguments:
<input> Input Url or File
Options:
--tmp-dir <tmp-dir> Set temporary file directory
--save-dir <save-dir> Set output directory
--save-name <save-name> Set output filename
--base-url <base-url> Set BaseURL
--thread-count <number> Set download thread count [default: 8]
--download-retry-count <number> The number of retries when download segment error [default: 3]
--auto-select Automatically selects the best tracks of all types [default: False]
--skip-merge Skip segments merge [default: False]
--skip-download Skip download [default: False]
--check-segments-count Check if the actual number of segments downloaded matches the expected
number [default: True]
--binary-merge Binary merge [default: False]
--del-after-done Delete temporary files when done [default: True]
--no-date-info Date information is not written during muxing [default: False]
--write-meta-json Write meta json after parsed [default: False]
--append-url-params Add Params of input Url to segments, useful for some websites, such as
kakao.com [default: False]
-mt, --concurrent-download Concurrently download the selected audio, video and subtitles [default:
False]
-H, --header <header> Pass custom header(s) to server, Example:
-H "Cookie: mycookie" -H "User-Agent: iOS"
--sub-only Select only subtitle tracks [default: False]
--sub-format <SRT|VTT> Subtitle output format [default: SRT]
--auto-subtitle-fix Automatically fix subtitles [default: True]
--ffmpeg-binary-path <PATH> Full path to the ffmpeg binary, like C:\Tools\ffmpeg.exe
--log-level <DEBUG|ERROR|INFO|OFF|WARN> Set log level [default: INFO]
--ui-language <en-US|zh-CN|zh-TW> Set UI language
--urlprocessor-args <urlprocessor-args> Give these arguments to the URL Processors.
--key <key> Pass decryption key(s) to mp4decrypt/shaka-packager. format:
--key KID1:KEY1 --key KID2:KEY2
--key-text-file <key-text-file> Set the kid-key file, the program will search the KEY with KID from the
file.(Very large file are not recommended)
--decryption-binary-path <PATH> Full path to the tool used for MP4 decryption, like C:\Tools\mp4decrypt.exe
--use-shaka-packager Use shaka-packager instead of mp4decrypt to decrypt [default: False]
--mp4-real-time-decryption Decrypt MP4 segments in real time [default: False]
-M, --mux-after-done <OPTIONS> When all works is done, try to mux the downloaded streams. Use "--morehelp
mux-after-done" for more details
--custom-hls-method <METHOD> Set HLS encryption method
(AES_128|AES_128_ECB|CENC|CHACHA20|NONE|SAMPLE_AES |SAMPLE_AES_CTR|UNKNOWN)
--custom-hls-key <FILE|HEX|BASE64> Set the HLS decryption key. Can be file, HEX or Base64
--custom-hls-iv <FILE|HEX|BASE64> Set the HLS decryption iv. Can be file, HEX or Base64
--use-system-proxy Use system default proxy [default: True]
--custom-proxy <URL> Set web request proxy, like http://127.0.0.1:8888
--live-perform-as-vod Download live streams as vod [default: False]
--live-real-time-merge Real-time merge into file when recording live [default: False]
--live-keep-segments Keep segments when recording a live (liveRealTimeMerge enabled) [default:
True]
--live-wait-time <SEC> Manually set the live playlist refresh interval
--mux-import <OPTIONS> When MuxAfterDone enabled, allow to import local media files. Use
"--morehelp mux-import" for more details
-sv, --select-video <OPTIONS> Select video streams by regular expressions. Use "--morehelp select-video"
for more details
-sa, --select-audio <OPTIONS> Select audio streams by regular expressions. Use "--morehelp select-audio"
for more details
-ss, --select-subtitle <OPTIONS> Select subtitle streams by regular expressions. Use "--morehelp
select-subtitle" for more details
--morehelp <OPTION> Set more help info about one option
--version Show version information
-?, -h, --help Show help and usage informationLast edited by codehound; 4th Dec 2022 at 15:01.
-
-
I'm also trying to get a CBS video. Details as follows.
Code:https://www.cbs.com/shows/video/awqTtK519IFI0KSlpuBATzwlgVQ1zK2_/
Code:AAAAWHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADgIARIQfJkbAcX3TfGvluqYchVkwCIgYXdxVHRLNTE5SUZJMEtTbHB1QkFUendsZ1ZRMXpLMl84AQ==
Code:https://cbsi.live.ott.irdeto.com/widevine/getlicense?CrmId=cbsi&AccountId=cbsi&SubContentType=Default&ContentId=awqTtK519IFI0KSlpuBATzwlgVQ1zK2_
Code:Error 405: {"code":100102,"message":"Method 'GET' not allowed for 'http://cbsi.live.ott.irdeto.com/widevine/getlicense?CrmId=cbsi&AccountId=cbsi&SubContentType=Default&ContentId=awqTtK519IFI0KSlpuBATzwlgVQ1zK2_'."}
I'd like to know if it's possible to get the keys with cdrm-project.com or WKS-KEYS.
Thanks -
-
Thanks ampersand, the keys worked. I tried to do this myself with WKS-KEYS but got "unable to parse license - check protobufs"
-
I need a Vpn usa to watch CBS video....and I need to keep it connected to get the keys.
Otherwise I have the same message as you.
I hope you have valid L3 cdm... -
Thanks cedric. The cdm is valid. You were right, I needed a VPN for WKS-KEYS as well. I also needed to weed out the unnecessary headers.
-
-
Thats not a bad generalization to be fair. Although many sites require literally none at all. Others only need just the 'token(s)' or unique variable value(s) passing.
Last edited by codehound; 31st Dec 2022 at 17:48.
-
-
I, too, am having trouble downloading from CBS.com! I used to be able to download full episodes for years but it seems they have changed something. The only thing I can download now are ads. The video itself won't download. Does anyone have any help. Here's an example video:
https://www.cbs.com/shows/video/_QAhutdiEnHMoi8Mk1fWYjzkWxlHRhen/ -
-
To add, I am trying to download using TubeDigger. I don't know how to do all the other stuff. I am used to just pasting the url and it downloads, lol.
-
hello how can i download this video who can help me please thank you https://www.cbs.com/shows/video/Pr4JJMRfk1Y4h_JMYXTCmKaPYysxe2W0/
-
You can download it with N_m3u8DL-RE and the good key to decrypt your video.
Code:N_m3u8DL-RE.exe --key 49e952b339dd41e1991300813b2c21f0:745c8d61e7124f002dab6178b4777c16 "https://pubads.g.doubleclick.net/ondemand/dash/content/2497752/vid/Pr4JJMRfk1Y4h_JMYXTCmKaPYysxe2W0/CBF/streams/9a423b60-6417-4b99-92b7-6a0e4a683ec6/manifest.mpd?CMCD=ot%3Dm%2Csf%3Dd%2Csid%3D%22acc15bb4-6a8f-46d8-b185-876858e802e0%22%2Csu" -M format=mp4
[Attachment 68582 - Click to enlarge]
some readings
https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom
your file
https://www.transfernow.net/dl/20230107mIJzW8PYLast edited by cedric8528; 7th Jan 2023 at 23:50.
-
I installed mpd detector extension in chrome but I still couldn't download this video, do you have a step-by-step tutorial or a video for me, thank you
-
Can someone download this video for me? Please and thank you in advance! I'd be very appreciative.
https://www.cbs.com/shows/video/jpG4V4FpQJb4DaYKP_GAtVIrAAy02hK9/ -
Can someone please download this episode for me?
https://www.cbs.com/shows/video/SYDh2O6U_6nZrdg9_Yw1GFNqMd2Ncdax/ -
your mpd (done removed Ads)
Code:https://gofile.io/d/t70ZhP
Code:N_m3u8DL-RE -M format=mkv --key 1d6d4b51887847f1b80fe3ff1d4f56c1:6fe85b143804e393f06e29b5855cc1d2 "PATH your cbs.mpd" --save-name video
Last edited by iamghost; 19th May 2023 at 04:41.
-
Thank you so very much. I'm so sad I can no longer use Tubedigger to download from CBS. It used to work so easily. Now, all I get are ads.
So, again, thank you.
-
Hey I have a very similar problem, can you please look into this as well ? :
https://forum.videohelp.com/threads/409715-Not-getting-headers-from-this-Licence -
I realize I am totally pushing my luck but if anyone could download these two episodes for me, I would be very grateful. If not, I totally understand.
https://www.cbs.com/shows/video/uh1DxbCCKUlTa9ywjGmzWpPE9J6SaRQM/
https://www.cbs.com/shows/video/m3yPIc50D6G58uR0Xctb1Ob60BhNiM7K/
Similar Threads
-
Download subtitles from CBS.com video streams
By BobbyGee2003 in forum SubtitleReplies: 1Last Post: 28th Apr 2020, 06:02 -
Portable DLer for CBS?
By KermitJ in forum Video Streaming DownloadingReplies: 22Last Post: 1st Feb 2020, 12:18 -
CBS Grammy Download
By ghostrewel in forum Video Streaming DownloadingReplies: 8Last Post: 14th Feb 2019, 22:02 -
Could someone help me download a CBS News video?
By GDev in forum Video Streaming DownloadingReplies: 4Last Post: 21st Sep 2018, 01:50 -
RTMP and CBS
By RBCC in forum Video Streaming DownloadingReplies: 1Last Post: 22nd Mar 2018, 08:21