0xced / XCDYouTubeKit

YouTube video player for iOS, tvOS and macOS
MIT License
2.92k stars 626 forks source link

Return additional metadata #471

Closed CWftw closed 4 years ago

CWftw commented 4 years ago

We needed some additional metadata that was already available in the info and videoDetails dicts so I added them to XCDYouTubeVideo.h. Description doesn't have a fallback but the others do. They all default to empty strings when nil in line with title, etc.

SoneeJohn commented 4 years ago

@CWftw Thanks for your contribution :-)