VideoHelp Forum
+ Reply to Thread
Results 1 to 9 of 9
Thread
  1. Member
    Join Date
    Nov 2014
    Location
    Germany
    Search Comp PM
    Hi all!

    I want to download the full show from the 2019 Grammy Awards!

    Link:https://www.cbs.com/shows/grammys/video/nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N/the-61st-annu...grammy-awards/

    I'm living outside the US and using a VPN for grabbing that!

    During the download are a lot of skips.I'm working with Youtube -dl

    Try to extract with the -g the link for downloading the similar segments,but the link shows Access Denied!

    Is there another way to download the similar segments?

    Greetings,

    HJ
    Quote Quote  
  2. Average video editor Sviests's Avatar
    Join Date
    Sep 2018
    Location
    USA,Sweden
    Search Comp PM
    youtube-dl works fine. (works also by adding proxy to command line).
    In this case you'll also need rtmpdump.exe in the youtube-dl bin folder.

    Code:
    C:\youtube-dl>youtube-dl --proxy socks5://204.0.52.231:63719 "https://www.cbs.com/shows/grammys/
    video/nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N/the-61st-annual-grammy-awards/" -o grammys.ts
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading XML
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading RTMP SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading StreamPack SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading HLS_AES SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading m3u8 information
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading 3G SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Checking video URL
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading Downloadable SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading JSON metadata
    [download] Destination: grammys.ts
    [download]   4.1% of ~1.89GiB at  1.06MiB/s ETA 23:04
    Quote Quote  
  3. Member
    Join Date
    Nov 2014
    Location
    Germany
    Search Comp PM
    Hi!

    Thank you!

    But Youtube-dl shows me with the -F following.

    C:\Youtube -dl>youtube-dl -F https://www.cbs.com/shows/grammys/video/nC2ovEfl9Mq
    Cb_NLXnC6xBD0dRcCNl6N/the-61st-annual-grammy-awards/
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading XML
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading RTMP SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading StreamPack SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading m3u8 information
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading HLS_AES SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading m3u8 information
    WARNING: Failed to download m3u8 information: HTTP Error 403: Forbidden
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading 3G SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Checking video URL
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading WIFI SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Checking video URL
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading Downloadable SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Checking video URL
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: video URL is invalid, skipping
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading JSON metadata
    [info] Available formats for nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N:
    format code extension resolution note
    hls-93 mp4 audio only 93k , mp4a.40.2
    http-240 mp4 400x224 240k
    rtmp-496 flv 640x360 496k
    hls-498 mp4 640x360 498k , avc1.640028, mp4a.40.2
    http-740 mp4 640x360 740k
    rtmp-796 flv 640x360 796k
    hls-842 mp4 768x432 842k , avc1.640028, mp4a.40.2
    rtmp-1296 flv 640x360 1296k
    hls-1619 mp4 960x540 1619k , avc1.640028, mp4a.40.2
    hls-2216 mp4 1024x576 2216k , avc1.640028, mp4a.40.2
    hls-3115 mp4 1280x720 3115k , avc1.640028, mp4a.40.2
    hls-4610 mp4 1920x1080 4610k , avc1.640028, mp4a.40.2 (best)

    I want to download the 1080 version with a batch tool and lookin' for the m3u8 to extract the similar .ts files!
    Quote Quote  
  4. Member
    Join Date
    Nov 2014
    Location
    Germany
    Search Comp PM
    I try now following:

    youtube -dl --hls-prefer-native -f best link -o name.ts

    Hope that works...
    Quote Quote  
  5. Member
    Join Date
    Nov 2014
    Location
    Germany
    Search Comp PM
    Actually shows following:

    C:\Youtube -dl>youtube-dl --hls-prefer-native -f best https://www.cbs.com/shows/
    grammys/video/nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N/the-61st-annual-grammy-awards/ -o
    grammy.ts
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading XML
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading RTMP SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading StreamPack SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading m3u8 information
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading HLS_AES SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading m3u8 information
    WARNING: Failed to download m3u8 information: HTTP Error 403: Forbidden
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading 3G SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Checking video URL
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading WIFI SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Checking video URL
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading Downloadable SMIL data
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Checking video URL
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: video URL is invalid, skipping
    [CBS] nC2ovEfl9MqCb_NLXnC6xBD0dRcCNl6N: Downloading JSON metadata
    [hlsnative] Downloading m3u8 manifest
    [hlsnative] Total fragments: 987
    [download] Destination: grammy.ts
    [download] 1.0% of ~6.11GiB at 252.63KiB/s ETA 03:04:57


    Looking for the m3u8 information with the fragments...couldn't find now...
    Quote Quote  
  6. Average video editor Sviests's Avatar
    Join Date
    Sep 2018
    Location
    USA,Sweden
    Search Comp PM
    It's a dash stream,not a HLS stream. (at least that's what XHR requests show)

    https://vod-gcs-cedexis.cbsaavideo.com/intl_vms/2019/01/31/1435403843605/1613791_cenc_...ash/stream.mpd
    Quote Quote  
  7. This link is encrypted and Youtube-DL does not crack encryption. I do not think there is a publicly available method to crack MPEG DASH encryption. Besides discussing methods to crack encryption is against forum rules. If there is another way to get video from the stream.mpd link, then please enlighten.

    Originally Posted by Sviests View Post
    It's a dash stream,not a HLS stream. (at least that's what XHR requests show)

    https://vod-gcs-cedexis.cbsaavideo.com/intl_vms/2019/01/31/1435403843605/1613791_cenc_...ash/stream.mpd
    Quote Quote  
  8. I tried with a VPN and I got the mp4 960x540 .. Do not look for the highest quality because it takes a long time to download.

    Image
    [Attachment 48086 - Click to enlarge]


    Image
    [Attachment 48087 - Click to enlarge]
    責任者-MDX
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!