解析百度好看视频mp4链接
接口地址: http://api.ilingku.com/int/v1/haokan
返回格式: json/text/url
请求方式: get/post
请求示例: http://api.ilingku.com/int/v1/haokan?url=https://haokan.baidu.com/v?vid=18026604341596867564
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
url | 是 | string | 需要解析的好看视频url |
format | 否 | string | 输出格式(text、url、json)默认为json |
返回参数说明:
名称 | 类型 | 说明 |
---|---|---|
code | string | 返回的状态码 |
msg | string | 返回错误提示 |
title | string | 返回视频标题 |
url | string | 返回视频最清新版url |
type | string | 返回视频格式 |
metareferer | string | 返回页面头部防盗链标签 |
data | string | 返回视频多版本清晰度 |
返回示例:
{
"code": 200,
"msg": "解析成功",
"title": "天赐的声音:弦子和七叔现场演唱《莫问归期》,第一句就这么动听",
"url": "https://vd3.bdstatic.com/mda-md1nwqhy0zfeht0u/1080p/h264_cae/1621012383487782077/mda-md1nwqhy0zfeht0u.mp4",
"type": "mp4",
"metareferer": "always",
"data": [
{
"key": "sd",
"name": "标清",
"hw": "360x640",
"url": "https://vd3.bdstatic.com/mda-md1nwqhy0zfeht0u/360p/h264_cae/1621012383469961838/mda-md1nwqhy0zfeht0u.mp4"
},
{
"key": "hd",
"name": "高清",
"hw": "480x854",
"url": "https://vd3.bdstatic.com/mda-md1nwqhy0zfeht0u/480p/h264_cae/1621012383371567328/mda-md1nwqhy0zfeht0u.mp4"
},
{
"key": "sc",
"name": "超清",
"hw": "720x1280",
"url": "https://vd3.bdstatic.com/mda-md1nwqhy0zfeht0u/720p/h264_cae/1621012383338945043/mda-md1nwqhy0zfeht0u.mp4"
},
{
"key": "1080p",
"name": "蓝光",
"hw": "1080x1920",
"url": "https://vd3.bdstatic.com/mda-md1nwqhy0zfeht0u/1080p/h264_cae/1621012383487782077/mda-md1nwqhy0zfeht0u.mp4"
}
]
}
错误码格式说明:
名称 | 类型 | 说明 |
---|---|---|
code | string | 错误代码 |
msg | string | 错误提示 |