b5i / YouTubeKit

A way to interact with YouTube's API in Swift (without any API key!)
https://swiftpackageindex.com/b5i/YouTubeKit
MIT License
66 stars 7 forks source link

Update history #14

Open Mcrich23 opened 7 months ago

Mcrich23 commented 7 months ago

Streaming videos are not updating user's history. Should I do this as I would like any other playlist?

b5i commented 7 months ago

Hello, adding videos to the history requires to use a tracking request that hasn't been implemented in YouTubeKit (but will be in the future). As a workaround, you could create a playlist named "History" and deal with it as a normal playlist.

Mcrich23 commented 7 months ago

Thank you. I will keep my eye out for when that is posted!