Skip to content

Instantly share code, notes, and snippets.

@w495
Created February 2, 2018 14:11
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 w495/5d757e0b98da5ab6b24bfaaa0ce62cb9 to your computer and use it in GitHub Desktop.
Save w495/5d757e0b98da5ab6b24bfaaa0ce62cb9 to your computer and use it in GitHub Desktop.
Требования по VOD API
[
{
"content_id": "87fc1328-cde3-40b0-9b9b-ced0498747c4",
"content_url": "https://h2.silatv.ru/highlight/12121/1080.mp4",
"thumbnail": "http://cdn.okultureno.ru/medialibrary/87f/87f2341b53596e8ca592a1e885261ccf/khokkey-_1_.jpg"
"type" : "game",
"channel": "telesport1",
"release_timestamp": 1518421201, // не нужно при наличие start_time & finish_time
"start_time": 1518421200,
"finish_time": 1518429600,
"created_timestamp": 1517579566,
"modify_timestamp": 1517579642,
"name" : "Хоккей женщины: Группа В (SWE-JPN)",
"sport": "hockey",
"compition": "qualification",
"event": "hockey swe-jpn",
"countries": ["swe", "jpn"],
"description": "В чемпионате приняли участие 8 национальных команд — шесть из Европы и две из Северной Америки. Сборная Германии пришла из первого дивизиона, остальные — с прошлого турнира ТОП-дивизиона."
},
{
"content_id": "7ce024c7-f1dc-49a2-8e35-c95ee416b547",
"content_url": "https://h2.silatv.ru/highlight/1222/1080.mp4",
"thumbnail": "http://cdn.some.com/medialibrary/87f/87f2341b53596e8ca592a1e885261ccf/khokkey-_1_.jpg"
"type" : "interview",
"channel": "telesport1",
"release_timestamp": 1518421201, // не нужно при наличие start_time & finish_time
"start_time": 1518421200,
"finish_time": 1518429600,
"created_timestamp": 1517579566,
"modify_timestamp": 1517579642,
"name" : "Хоккей женщины: Группа В (SWE-JPN), Интервью со спортсменами",
"sport": "hockey",
"compition": "qualification",
"event": "hockey swe-jpn",
"countries": ["swe", "jpn"],
"description": "..."
},
{
"content_id": "c55f7f99-0dad-4d33-82f5-9b7bf0e2e7fa",
"content_url": "https://h2.silatv.ru/highlight/1223/1080.mp4",
"thumbnail": "http://cdn.some.com/medialibrary/87f/87f2341b53596e8ca592a1e885261ccf/khokkey-_1_.jpg"
"type" : "best-moments",
"channel": "telesport1",
"release_timestamp": 1518421201, // не нужно при наличие start_time & finish_time
"start_time": 1518421200,
"finish_time": 1518429600,
"created_timestamp": 1517579566,
"modify_timestamp": 1517579642,
"name" : "Хоккей женщины: Группа В (SWE-JPN), Лучшие моменты",
"sport": "hockey",
"compition": "qualification",
"event": "hockey swe-jpn",
"countries": ["swe", "jpn"],
"description": "..."
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment