CCTV的新闻视频如何下载到本地

https://zhuanlan.zhihu.com/p/369671188

F12 - 网络- xhr---看 https://vdn.apps.cntv.cn/api/getHttpVideoInfo.do的返回chapters4的url

1、打开chrome浏览器,按键盘上的F12 ,会弹出右侧的调试窗口,里面有网页每一次请求的内容和返回结果

2、输入目标网址或者是按F5刷新(已经输入过一次网址),重新获取一次本新闻网页, 并把播放的视频暂停(因为不需要视频一直播放下去)

3、右侧小黑窗口中,能看到一系列类似的数据请求(有规律的0.ts 1.ts 2.ts),可以看出网站走的是视频流播放,1秒就可以起播,而不是视频全部缓存到浏览器之后,才开始播放 (2000.m3u8 文件里面就指定了视频切片信息,如何衔接着片段播放完毕,或者是拖拽播放), 歇菜了? 没法下载视频了吗?

4、仔细观察所有的请求,发现getHttpVideoInfo.do 这个请求,看上去是在请求视频信息

https://vdn.apps.cntv.cn/api/getHttpVideoInfo.do?pid=8fc41c33005f48318a920e9d15243ba0&client=flash&im=0&tsp=1620102454&vn=2049&vc=EFD1ED1E2BF5CD59B5E30D914618C6CD&uid=8A36F989B9D42D5038886A776664CCE0&wlan=

这个请求的响应消息里面,有返回video信息 【Preview页签的内容样式很规整,方便树状查找内容】

其中有四个品质的视频,都是43.68秒

经过分析,chapters4的品质最高, 具体视频地址在url字段内

"chapters4":[
{
"duration":"43.68",
"image":"https://p4.img.cctvpic.com/fmspic/2021/05/03/8fc41c33005f48318a920e9d15243ba0-1.jpg",
"url":"https://vod.cntv.lxdns.com/flash/mp4video63/TMS/2021/05/03/8fc41c33005f48318a920e9d15243ba0_h2642000000nero_aac16.mp4"
}
],

5、得到了URL下载地址,就可以直接打开进行下载了(可以用浏览器下载,也可以用迅雷下载),如果你选的是有40分钟时长,CCTV会把视频切成多个10分钟的视频,提供下载,也就是要下载4个地址,才算是一个完整视频(视频合成软件又是另外一个话题了)

附录:这个响应消息的整体报文如下:

{
"ack":"yes",
"status":"001",
"tag":"江西 “五一”假期 红色游",
"title":"[新闻直播间]江西 “五一”假期红色游受欢迎",
"play_channel":"CCTV-13高清",
"produce":"",
"editer_name":"zouyulei",
"produce_id":"wxsb01",
"column":"新闻直播间高清精切",
"f_pgmtime":"2021-05-03 03:51:24",
"cdn_info":{
"cdn_vip":"http://vod.cntv.lxdns.com",
"cdn_code":"VOD-MP4-CDN-CNC",
"cdn_name":"3rd网宿"
},
"video":{
"totalLength":"43.68",
"chapters":[
{
"duration":"43.68",
"image":"https://p4.img.cctvpic.com/fmspic/2021/05/03/8fc41c33005f48318a920e9d15243ba0-1.jpg",
"url":"https://vod.cntv.lxdns.com/flash/mp4video63/TMS/2021/05/03/8fc41c33005f48318a920e9d15243ba0_h264418000nero_aac32.mp4"
}
],
"chapters2":[
{
"duration":"43.68",
"image":"https://p4.img.cctvpic.com/fmspic/2021/05/03/8fc41c33005f48318a920e9d15243ba0-1.jpg",
"url":"https://vod.cntv.lxdns.com/flash/mp4video63/TMS/2021/05/03/8fc41c33005f48318a920e9d15243ba0_h264818000nero_aac32.mp4"
}
],
"chapters3":[
{
"duration":"43.68",
"image":"https://p4.img.cctvpic.com/fmspic/2021/05/03/8fc41c33005f48318a920e9d15243ba0-1.jpg",
"url":"https://vod.cntv.lxdns.com/flash/mp4video63/TMS/2021/05/03/8fc41c33005f48318a920e9d15243ba0_h2641200000nero_aac16.mp4"
}
],
"chapters4":[
{
"duration":"43.68",
"image":"https://p4.img.cctvpic.com/fmspic/2021/05/03/8fc41c33005f48318a920e9d15243ba0-1.jpg",
"url":"https://vod.cntv.lxdns.com/flash/mp4video63/TMS/2021/05/03/8fc41c33005f48318a920e9d15243ba0_h2642000000nero_aac16.mp4"
}
],
"validChapterNum":4,
"url":""
},
"hls_cdn_info":{
"cdn_vip":"http://hls.cntv.myhwcdn.cn",
"cdn_code":"VOD-HLS-CDN-HW",
"cdn_name":"3rd华为"
},
"hls_url":"https://hls.cntv.myhwcdn.cn/asp/hls/main/0303000a/3/default/8fc41c33005f48318a920e9d15243ba0/main.m3u8?maxbr=2048",
"asp_error_code":"0",
"manifest":{
"audio_mp3":"https://hls.cntv.myhwcdn.cn/asp/audio/8/f/c/4/8fc41c33005f48318a920e9d15243ba0/mp3/main.m3u8",
"hls_audio_url":"https://hls.cntv.myhwcdn.cn/asp/hlsaudio/hls/main/0303000a/3/default/8fc41c33005f48318a920e9d15243ba0/main.m3u8",
"hls_enc_url":"https://dhls.cntv.baishancdnx.cn/asp/enc/hls/main/0303000a/3/default/8fc41c33005f48318a920e9d15243ba0/main.m3u8?maxbr=2048&contentid=18120319242338",
"hls_h5e_url":"https://dh5.cntv.baishancdnx.cn/asp/h5e/hls/main/0303000a/3/default/8fc41c33005f48318a920e9d15243ba0/main.m3u8?maxbr=2048&contentid=15120519184043",
"hls_enc2_url":"https://dhls.cntv.lxdns.com/asp/enc2/hls/main/0303000a/3/default/8fc41c33005f48318a920e9d15243ba0/main.m3u8?maxbr=2048&contentid=16121029231855"
},
"client_sid":"qBYDdreE0n18oIrgHSZc0og74RpKNR1tXxju4oq089Q=",
"public":"1",
"is_invalid_copyright":"0",
"is_protected":"0",
"is_fn_hot":"true",
"is_p2p_use":false,
"default_stream":"chapters3",
"lc":{
"isp_code":"3",
"city_code":"NJ",
"provice_code":"JS",
"country_code":"CN",
"ip":"112.4.44.10"
},
"is_ipad_support":"true",
"version":"0.2",
"embed":"",
"is_fn_multi_stream":false
}

发表新评论