b5i / YouTubeKit

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

Get likes #13

Closed Mcrich23 closed 10 months ago

Mcrich23 commented 10 months ago

Please add it so I can get if the user has already liked the video.

b5i commented 10 months ago

Hello, this information is already present in the authenticatedInfos of MoreVideoInfosResponse.

Mcrich23 commented 10 months ago

It does, but it does not say if the user has liked the video.

b5i commented 10 months ago

It does, but it does not say if the user has liked the video.

Yes it does (or do you mean has liked as if the user already like the video once but removed his like?), what do you get as a value for authenticatedInfos?

Mcrich23 commented 10 months ago

I figured it out, thank you.