-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
PlaylistItem.PublishedAt is actually inaccurate #28
Comments
Upon further investigation, there is actually "videoPublishedAt" located in playlistItems.contentDetails. In |
I've created a new branch for this but I think it requires some layouts of pros & cons. Using
|
Just today there was a video uploaded by Tom Scott (playlist: UUBa659QWEk1AI4Tg--mrJ2A , video: LKSTmcvEdoU ) that has a |
For now, I've just converted all usages of |
https://developers.google.com/youtube/v3/docs/playlistItems#snippet.publishedAt actually represents the value of when the item was added to the playlist. So if an item is removed from a playlist and added back, this time will change. Instead, we should use https://developers.google.com/youtube/v3/docs/videos#snippet.publishedAt
The text was updated successfully, but these errors were encountered: