Skip to content

Instantly share code, notes, and snippets.

@vibze
Last active May 25, 2017 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vibze/ac984ab59673c89b209dffed87b99262 to your computer and use it in GitHub Desktop.
Save vibze/ac984ab59673c89b209dffed87b99262 to your computer and use it in GitHub Desktop.
/**
Примеры возможных урлов
darplay://video/content?id=xxx&type=video&autoplay=1 <- Автопроигрывание видео
darplay://video/content?id=xxx&type=compilation&video_id=xxx&autoplay=1 <- Автопроигрывание второго сезона, третьей серии
darplay://video/selection?id=xxx
darplay://music/selection?id=xxx
darplay://music/album?id=xxx
darplay://music/artist?id=xxx
*/
{
"ipp": 6,
"p": 1,
"total": 6,
"items": [
{
"title": "Открыть контент Районы",
"description": "",
"imgUrl": "",
"actions": [
{
"title": "",
"url": "darplay://video/content?id=591da459c8455a0001950ad9&type=video"
}
]
},
{
"title": "Смотреть Ограбление по-казахски",
"description": "...",
"imgUrl": "http://external-lb.dev.darplay.kz/assets/images/figure-01.jpg",
"actions": [
{
"title": "",
"url": "darplay://video/content?id=58cd01712cb846742dab4bb1&type=video&autoplay=1"
}
]
},
{
"title": "Смотреть Маша и медведь, серия Праздник на льду",
"description": "...",
"imgUrl": "http://external-lb.dev.darplay.kz/assets/images/figure-01.jpg",
"actions": [
{
"title": "",
"url": "darplay://video/content?id=7312&type=compilation&video_id=43854&autoplay=1"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment