wiki:smotri/videos/list/export

Команда smotri.videos.list.export

Команда возвращает список рекомендуемых видео

Параметры

Имя поля Тип По умолчанию Описание
maxCount int 8 Необходимое количество похожих, от 1 до 24

Результат

Имя поля Тип По умолчанию Описание
videos array - список video.light

Исключения

Нет

Пример

JSON-RPC

Запрос:

{
  "method": "smotri.videos.list.export",
  "params": {
    "maxCount": 3,
    "trustKey": "c38a8ed8bddade630464b2e846c7a706"
  },
  "id": null
}

Ответ:

{
  "result": {
    "videos": [
      {
        "id": "v267242f2",
        "title": "sdffds",
        "description": "",
        "lengthSeconds": 38,
        "rating": 0,
        "rateCount": 0,
        "viewCount": 6752,
        "uploadTime": 1323515963,
        "rubric": {
          "id": 26,
          "name": "\u041f\u0440\u0438\u043a\u043e\u043b\u044b"
        },
        "deletable": 1,
        "url": "http:\/\/test.smotri.com\/video\/view\/?id=v267242f2",
        "commentsAccess": 0,
        "commentCount": 0,
        "visible": 0,
        "user": {
          "login": "smira",
          "nick": "smira",
          "avatar": "http:\/\/frames1.loadup.netstream.ru\/avatars\/5b\/57\/avatar_1_1184336474.jpg",
          "isGuest": 0
        },
        "state": 3,
        "converterError": 0,
        "doubtful": 0,
        "frameActive": {
          "no": 2,
          "url": "http:\/\/frames1.loadup.netstream.ru\/0d\/1b\/2672.2.2.jpg"
        },
        "hide_flv": 0,
        "hasPassword": 0,
        "description_html": 0
      },
      {
        "id": "v267242f2",
        "title": "sdffds",
        "description": "",
        "lengthSeconds": 38,
        "rating": 0,
        "rateCount": 0,
        "viewCount": 6752,
        "uploadTime": 1323515963,
        "rubric": {
          "id": 26,
          "name": "\u041f\u0440\u0438\u043a\u043e\u043b\u044b"
        },
        "deletable": 1,
        "url": "http:\/\/test.smotri.com\/video\/view\/?id=v267242f2",
        "commentsAccess": 0,
        "commentCount": 0,
        "visible": 0,
        "user": {
          "login": "smira",
          "nick": "smira",
          "avatar": "http:\/\/frames1.loadup.netstream.ru\/avatars\/5b\/57\/avatar_1_1184336474.jpg",
          "isGuest": 0
        },
        "state": 3,
        "converterError": 0,
        "doubtful": 0,
        "frameActive": {
          "no": 2,
          "url": "http:\/\/frames1.loadup.netstream.ru\/0d\/1b\/2672.2.2.jpg"
        },
        "hide_flv": 0,
        "hasPassword": 0,
        "description_html": 0
      },
      {
        "id": "v267242f2",
        "title": "sdffds",
        "description": "",
        "lengthSeconds": 38,
        "rating": 0,
        "rateCount": 0,
        "viewCount": 6752,
        "uploadTime": 1323515963,
        "rubric": {
          "id": 26,
          "name": "\u041f\u0440\u0438\u043a\u043e\u043b\u044b"
        },
        "deletable": 1,
        "url": "http:\/\/test.smotri.com\/video\/view\/?id=v267242f2",
        "commentsAccess": 0,
        "commentCount": 0,
        "visible": 0,
        "user": {
          "login": "smira",
          "nick": "smira",
          "avatar": "http:\/\/frames1.loadup.netstream.ru\/avatars\/5b\/57\/avatar_1_1184336474.jpg",
          "isGuest": 0
        },
        "state": 3,
        "converterError": 0,
        "doubtful": 0,
        "frameActive": {
          "no": 2,
          "url": "http:\/\/frames1.loadup.netstream.ru\/0d\/1b\/2672.2.2.jpg"
        },
        "hide_flv": 0,
        "hasPassword": 0,
        "description_html": 0
      }
    ]
  },
  "error": null,
  "id": null
}