Skip to content

Version 2.11.0

Compare
Choose a tag to compare
@SoneeJohn SoneeJohn released this 19 Feb 18:23
· 134 commits to master since this release
  • -[XCDYouTubeClient queryVideo:video:cookies:completionHandler:] completion handler is now correctly called on the main thread.
  • Improved video querying to handle videos that have incomplete streams. (#456)
  • Errors returned in streamErrors may contain the NSLocalizedRecoverySuggestionErrorKey key in -[NSError userInfo] when NSURLErrorNetworkConnectionLost is reported, this may indicate the file is incomplete on YouTube's server.
  • Add logging to XCDYouTubeVideoQueryOperation class.
  • Improved -[XCDYouTubeVideoQueryOperation description].