Skip to content

Commit

Permalink
Merge tag '2.6.0' into develop
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
SoneeJohn committed Sep 28, 2018
2 parents 4f06a8a + 6cf17c2 commit ab5794e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCDYouTubeKit/XCDYouTubeVideo.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* The quality of YouTube videos. These values are used as keys in the `<[XCDYouTubeVideo streamURLs]>` property.
*
* The constant numbers are the YouTube [itag](https://en.wikipedia.org/wiki/YouTube#Quality_and_formats) values.
* The constant numbers are the YouTube [itag](https://en.wikipedia.org/wiki/Talk:YouTube/Archive_22#Moved_from_YouTube#Quality_formats) values.
*/
typedef NS_ENUM(NSUInteger, XCDYouTubeVideoQuality) {
/**
Expand Down

0 comments on commit ab5794e

Please sign in to comment.