mirror of
https://github.com/meeb/tubesync.git
synced 2026-04-06 00:01:50 +08:00
38 lines
865 B
JSON
38 lines
865 B
JSON
{
|
|
"channel_id":"testkey",
|
|
"thumbnail":"https://example.com/thumb.jpg",
|
|
"formats": [{
|
|
"format_id":"251",
|
|
"player_url":null,
|
|
"ext":"webm",
|
|
"format_note":"tiny",
|
|
"acodec":"opus",
|
|
"abr":160,
|
|
"asr":48000,
|
|
"filesize":6669827,
|
|
"fps":null,
|
|
"height":null,
|
|
"tbr":156.344,
|
|
"width":null,
|
|
"vcodec":"none",
|
|
"format":"251 - audio only (tiny)",
|
|
"protocol":"https"
|
|
},
|
|
{
|
|
"format_id":"248",
|
|
"player_url":null,
|
|
"ext":"webm",
|
|
"height":1080,
|
|
"format_note":"1080p",
|
|
"vcodec":"vp9",
|
|
"asr":null,
|
|
"filesize":63659748,
|
|
"fps":24,
|
|
"tbr":2747.461,
|
|
"width":1920,
|
|
"acodec":"none",
|
|
"format":"248 - 1920x1080 (1080p)",
|
|
"protocol":"https"
|
|
}]
|
|
}
|