Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
4 tasks done
LArroyoS opened this issue Dec 2, 2024 · 1 comment · May be fixed by #874
Closed
4 tasks done

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

LArroyoS opened this issue Dec 2, 2024 · 1 comment · May be fixed by #874
Labels
question Further information is requested Stale

Comments

@LArroyoS
Copy link

LArroyoS commented Dec 2, 2024

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.
Copy link
Contributor

github-actions bot commented Feb 1, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Feb 1, 2025
@github-actions github-actions bot closed this as completed Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested Stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant