Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
CBS.com Download |
#2
|
|||
|
|||
Re: CBS.com Downloadtry atresdownloder.
|
#3
|
|||
|
|||
Re: CBS.com DownloadQuote:
Code:
http://link.theplatform.com/s/dJ5BDC/0Ha_DNQpGzp3?mbr=true&manifest=m3u you can find m3u8 link <video src=https://cbsios-vh.akamaihd.net/i/temp_hd_gallery_video/..................................> ################################################## ##### ################################################ Code:
livestreamer "hlsvariant://https://cbsios-vh.akamaihd.net/i/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2015/08/03/497740867995/CBS_ZOO_107_CONTENT_CIAN_streamclip_R_612992_,548,3596,2596,1848,1248,848,298,158,000.mp4.csmil/master.m3u8?hdnea=acl=/i/temp_hd_gallery_video/CBS_Production_Outlet_VMS/video_robot/CBS_Production_Entertainment/2015/08/03/497740867995/CBS_ZOO_107_CONTENT_CIAN_streamclip_R_612992_*~exp=1439407811~hmac=cfd011b1f84aa6dfb52c1cfc24a90d989ff2a068c6709b03cc3e4f6184e3c393" best -o Zoo-Sleuths.ts ############################################# ################################################## ############# Last edited by biezom : 08-12-2015 at 02:39 PM. |
#4
|
|||
|
|||
Re: CBS.com DownloadHow do you get the link for the playlist file?
|
#5
|
|||
|
|||
Re: CBS.com Download |
#6
|
|||
|
|||
Re: CBS.com Downloadfor cbs.com
Code:
http://link.theplatform.com/s/dJ5BDC/video.settings.pid?mbr=true&manifest=m3u with normal user agent you have 5f4D520I206m rtmp protocol and not the better quality with android user agent you have 0Ha_DNQpGzp3 hls protocol and 720p or you can use this code in php Code:
<?php $pageUrl="$argv[1]"; $opts1 = array( 'http'=>array( 'method'=>"GET", 'header'=>"Referer: \r\n" . "User-Agent: Mozilla/5.0 (Android 4.2; rv:19.0) Gecko/20121129 Firefox/19.0" ) ); $return=file_get_contents($pageUrl, false, stream_context_create($opts1)); $pidb= strpos($return, "video.settings.pid = '"); $pide=strpos($return, "video.settings.content_id = '"); $pidf = $pide - $pidb ; $prepid =substr($return, $pidb , $pidf); $prepid = str_replace("video.settings.pid = '","",$prepid); $prepidb = 0; $prepide=strpos($prepid, "'"); $prepidf = $prepide - $prepidb; $pid = substr($prepid, $prepidb , $prepidf); echo "http://link.theplatform.com/s/dJ5BDC/$pid?mbr=true&manifest=m3u\n\n"; ?> Code:
php cbs.php http://www.cbs.com/shows/zoo/video/LPtXL81U09ww5Pl4KDgRxbQzrrb_a_2K/zoo-sleuths/ NOTA: i'm newbie in php so the code can be improved |
#7
|
|||
|
|||
Re: CBS.com Downloadyou yes can being adding &callback=jquery to theplatform url to yes being displaying in browser with no being downloading.
|
#8
|
|||
|
|||
Re: CBS.com DownloadQuote:
|
#9
|
|||
|
|||
Re: CBS.com DownloadQuote:
|
#10
|
|||
|
|||
Re: CBS.com Downloadstatickijiji have you figured this out? Or has anyone helped you? I tried the procedure above and I get the same message. I get " (403 Client Error: Forbidden)" message. Can anyone help, and provide the info back to me? Thanks
|
Tags: cbs |
Thread Tools | |
Display Modes | |
|
|