Skip to content

Is it possible to mark a video as completed in the user's history? #825

Closed
@LArroyoS

Description

@LArroyoS

Question

Hello,

Is it possible to mark a video as completed, meaning that when it is added to the user's history, it is registered as fully watched?

Currently, when I send a video to the history, it gets registered, but it appears as if only a portion of the video has been watched and not as completed. I will share images to illustrate what I mean.

Thank you in advance for your help.

Example

Other details

My Code

const innertube = await Innertube.create({ lang: "es", location: "MX" });

const video = await innertube.getStreamingData(id, { format: "mp4", type: "video+audio", quality: "bestefficiency" }).catch(err => { })

const info = await innertube.getInfo(id).catch(err => console.error(err))

await info.addToWatchHistory()

Checklist

  • I am running the latest version.
  • I checked the documentation and found no answer.
  • I have searched the existing issues and made sure this is not a duplicate.
  • I have provided sufficient information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    StalequestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions