invidious/spec/fixtures/related_collaborators.json
2026-09-19 19:23:25 +01:00

44 lines
1.6 KiB
JSON

{
"videoId": "collaboration",
"title": {"simpleText": "A collaboration"},
"shortBylineText": {
"runs": [{
"text": "Alpha & Friends et Beta <Live>",
"navigationEndpoint": {
"showDialogCommand": {
"panelLoadingStrategy": {
"inlineContent": {
"dialogViewModel": {
"header": {"dialogHeaderViewModel": {"headline": {"content": "Collaborateurs"}}},
"customContent": {
"listViewModel": {
"listItems": [
{"listItemViewModel": {
"title": {
"content": "Alpha & Friends",
"attachmentRuns": [{"element": {"type": {"imageType": {"image": {"sources": [
{"clientResource": {"imageName": "CHECK_CIRCLE_FILLED"}}
]}}}}}]
},
"rendererContext": {"commandContext": {"onTap": {"innertubeCommand": {
"browseEndpoint": {"browseId": "UC-alpha"}
}}}}
}},
{"listItemViewModel": {
"title": {"content": "Beta <Live>"},
"rendererContext": {"commandContext": {"onTap": {"innertubeCommand": {
"browseEndpoint": {"browseId": "UC-beta"}
}}}}
}}
]
}
}
}
}
}
}
}
}]
}
}