Skip to content

Releases: lilfaf/YTVimeoExtractor

Version 1.2.0

31 Mar 14:21
Compare
Choose a tag to compare
  • New HTTPLiveStreamURL property on the YTVimeoVideo class. (#38)
  • Add YTVimeoVideoQualityMedium540 enum value on the YTVimeoVideo class. (#40)

Version 1.1.0

07 Feb 17:51
Compare
Choose a tag to compare

Version 1.1.0

  • The streamURLs and thumbnailURLs 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)

1.0.0

25 Dec 17:47
Compare
Choose a tag to compare

This release introduce breaking changes. Please refer to the README to update.

0.3.1

27 Nov 01:17
Compare
Choose a tag to compare
Fix mac sample. Bump version

Handle new Vimeo API. Add best available quality option.

26 Nov 17:05
Compare
Choose a tag to compare
Depreciated :
  • Use YTVimeoVideoQualityLow270 instead of YTVimeoVideoQualityLow
  • Use YTVimeoVideoQualityMedium360 instead of YTVimeoVideoQualityMedium
  • Use YTVimeoVideoQualityHD720 or YTVimeoVideoQualityHD1080 instead of YTVimeoVideoQualityHigh
New :

YTVimeoVideoQualityBestAvailable

Allow fetching video metadata and fix depreciation warnings.

10 Nov 01:13
Compare
Choose a tag to compare

Switch from the depreciated NSURLConnection to NSURLSession (now requires iOS 7). iOS 9 and tvOS support.

Correct platform specification

15 Dec 12:43
Compare
Choose a tag to compare
0.1.0

Bump version to 0.1.0

0.0.8

15 Dec 11:41
Compare
Choose a tag to compare
Release 0.0.8

Allow custom referer to work with Vimeo privacy settings

05 Sep 15:41
Compare
Choose a tag to compare

0.0.6: Merge pull request #12 from modnovolyk/url_v2_fix

04 Jul 13:40
Compare
Choose a tag to compare
remove /v2/ URL part due private API change