Skip to content

recommendedVideos not fully documented #693

Description

@gohoski

In the Invidious documentation of the GET /api/v1/videos/:id endpoint, it's mentioned that there should be an authorThumbnails value inside the recommendedVideos array:

  "recommendedVideos": [
    {
      "videoId": String,
      "title": String,
      "videoThumbnails": [
        {
          "quality": String,
          "url": String,
          "width": Int32,
          "height": Int32
        }
      ],
      "author": String,
      "authorUrl": String,
      "authorId": String?,
      "authorVerified": Boolean,
      "authorThumbnails": [
        {
          "url": string,
          "width": Int32,
          "height": Int32
        }
      ],
      "lengthSeconds": Int32,
      "viewCount": 
      "viewCountText": String
    }
  ]

However, I don't see it in the API itself. Additionally, "viewCount": has a blank type and doesn't exist.

The published and publishedText variables also exist, but they're not documented under recommendedVideos.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions