- New
HTTPLiveStreamURL
property on theYTVimeoVideo
class. (#38) - Add
YTVimeoVideoQualityMedium540
enum value on theYTVimeoVideo
class. (#40)
- The
streamURLs
andthumbnailURLs
are now dictionaries that contain NSURLs (e179efc, 385ae37)- Add support for Objective-C generics
- Add two methods to easily retrieve certain URLs from the
streamURLs
dictionary:- highestQualityStreamURL
&- lowestQualityStreamURL
(d80f87b)
- Intial version