Skip to content

Releases: 0xced/XCDYouTubeKit

Version 2.7.2

16 Jan 23:37
Compare
Choose a tag to compare
  • Adaptation to YouTube API change. (#406)

Version 2.7.1

12 Nov 14:12
Compare
Choose a tag to compare

Version 2.7.1

  • Fixed Xcode project parsing error (#409, #411)

Version 2.7.0

08 Nov 17:30
Compare
Choose a tag to compare

Version 2.7.0

  • Add the ability assign cookies via -[XCDYouTubeClient getVideoWithIdentifier:cookies:completionHandler:] & initWithVideoIdentifier:cookies:languageIdentifier:
  • Add the ability to fetch videos allowed to be watched on youtube only (#315, #309)
  • Deprecated XCDYouTubeVideoPlayerViewController (#157)
  • Fixed internal JavaScript exception (#375, #397)

Version 2.6.1

07 Nov 13:28
Compare
Choose a tag to compare
  • Adaptation to YouTube API change. (#406)

Version 2.6.0

28 Sep 07:57
Compare
Choose a tag to compare
  • Adaptation to YouTube API change. (#383, #388, #385, #382)
  • Include DASH formats URLs in streamURLs. (#354)
  • Add new autoGeneratedCaptionURLs and captionURLs properties to XCDYouTubeVideo. (#281)
  • Fix Messaging unqualified id warnings. (#393)
  • Deprecated smallThumbnailURL, mediumThumbnailURL, largeThumbnailURL. Use thumbnailURL instead.

Version 2.5.6

22 Sep 23:42
2.5.6
Compare
Choose a tag to compare

Version 2.5.5

07 Mar 20:07
2.5.5
Compare
Choose a tag to compare
  • Adaptation to YouTube API change. (#314)

Version 2.5.4

31 Jan 23:27
2.5.4
Compare
Choose a tag to compare
  • Adaptation to YouTube API change. (#295, #296, #297)
  • Upgrade deployment target to iOS 8.0 (macOS is still 10.9 and tvOS is still 9.0)

Version 2.5.3

24 Jun 07:05
2.5.3
Compare
Choose a tag to compare
  • Adaptation to YouTube API change. (#257)

Version 2.5.2

22 Apr 12:58
2.5.2
Compare
Choose a tag to compare
  • Ensure that all the streams are downloadable at full speed. (#177)
  • Post the video notification after setting the movie player’s contentURL property. (#233)
  • Fixed playback of some age restricted videos.