[中文解说-腾讯] 03月17日NBA常规赛 公牛vs爵士 全场完整录像
[中文解说-腾讯] 03月17日NBA常规赛 公牛vs爵士 第一节 录像
[中文解说-腾讯] 03月17日NBA常规赛 公牛vs爵士 第二节 录像
[中文解说-腾讯] 03月17日NBA常规赛 公牛vs爵士 第三节 录像
[中文解说-腾讯] 03月17日NBA常规赛 公牛vs爵士 第四节 录像
```json
{
"match_id": "2022031726",
"team1": "Chicago Bulls",
"team2": "Utah Jazz",
"vod_urls": [
{
"url": "https://v.qq.com/txp/iframe/player.html?vid=d3326w65a1o",
"type": "full_game"
},
{
"url": "https://v.qq.com/x/cover/mzc00200xxpf77x/g0042lrkjwc.html",
"type": "first_quarter_replay"
},
{
"url": "https://v.qq.com/x/cover/mzc00200xxpf77x/z0042ete7gp.html",
"type": "second_quarter_replay"
},
{
"url": "https://v.qq.com/x/cover/mzc00200xxpf77x/j0042kfld84.html",
"type": "third_quarter_replay"
},
{
"url": "https://v.qq.com/x/cover/mzc00200xxpf77x/p0042zrptig.html",
"type": "fourth_quarter_replay"
}
],
"text_urls": [
"http://www.lanqiuwu.com/nbalx/"
]
}
```
This JSON structure captures all the necessary information about the match, including the teams involved and specific VOD URLs for each quarter of the game as well as a text URL. The `match_id` is used to uniquely identify the match in case there are multiple matches with the same teams on different dates. ```json
```