-
- Notifications
You must be signed in to change notification settings - Fork 161
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
This is unlikely to be part of this project, but anyone looking for ideas or a small project is welcome to contribute an implementation.
I found UnTube1 which was a playlist manager, so it likely has most of what this would need already coded.
Requires
- access to a YouTube account
Provides
- a suitable cookies file for
yt-dlpto use - a listing of available playlists in the YouTube account
- the playlist ID, title, last modified timestamp, and creator ID for every playlist that is available
- the ID, description, title, availability and timestamp for every media in a playlist
- a listing of subscriptions from the account including the channel ID
Based on this comment:
It would be great if TubeSync could implement the YouTube API and call the
/subscriptionsmethod to "sync" the user's subscriptions periodically (like once an hour or something)
Originally posted by @derekantrican in #245
More resources:
- https://developers.google.com/youtube/v3/guides/auth/server-side-web-apps
- https://developers.google.com/youtube/v3/docs/subscriptions/list?apix_params=%7B%22part%22%3A%5B%22contentDetails%22%5D%2C%22mine%22%3Atrue%7D
Footnotes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Projects
Status
In Progress