Version 2.12.0
- Add the ability to specify which
streamURLs
to query via-[XCDYouTubeClient queryVideo:video:streamURLsToQuery:options:cookies:completionHandler:]
&XCDYouTubeVideoQueryOperation
class.initWithVideo:streamURLsToQuery:options:cookies:
is now the designated initializer forXCDYouTubeVideoQueryOperation
.
- Correctly annotate the
streamURLs
&streamErrors
properties asnullable
.