b5i/YouTubeKit

[Feature request] bring the chapters field in VideoInfosResponse

Closed this issue · 2 comments

Some videos also bring in chapters in the video.
Could this be a new field added to VideoInfosResponse?

public struct VideoInfosResponse: YouTubeResponse {

b5i commented

Hello! Unfortunately YouTube does not provide the chapter infos in the response of VideoInfosResponse, but you can still get them from the chapters attribute of MoreVideoInfosResponse!

b5i commented

If you want some kind of a big showcase of YouTubeKit's capabilities you can take a look at Atwy that takes full advantage of them!