-
Notifications
You must be signed in to change notification settings - Fork 2
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
[New Handler] Youtube View History #145
Comments
Video Watch HistoryYoutube API doesn't support watch history since 2015 to protect user privacy. Music Listen HistoryTechnically, music upload counts as a Youtube has two default playlists tied to each user's account:
Also, users can create personal playlists as many as possible to save videos.
Google Portability APIThe Google Portability API allows users to download their data from various Google services, but it does not directly provide an API endpoint to retrieve YouTube watch history programmatically. Notes: |
@chime3 Just to confirm, the Youtube watch history is included in the Google Portability API? |
Yeah, it is included, but Google Portability API is designated for manual export rather than programmatical access. |
Noted. I will close this issue and we will cover Youtube watch history when we get to the #66 |
Track what videos a user has watched.
The text was updated successfully, but these errors were encountered: