Skip to content

Commit

Permalink
Assign value to HTTPLiveStreamURL
Browse files Browse the repository at this point in the history
  • Loading branch information
SoneeJohn committed Feb 1, 2016
1 parent 57d1e5d commit a05f11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YTVimeoExtractor/YTVimeoVideo.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ - (void)extractVideoInfoWithCompletionHandler:(void (^)(NSError *error))completi


NSArray *filesInfo = [self.infoDict valueForKeyPath:@"request.files.progressive"];

_HTTPLiveStreamURL = [NSURL URLWithString:[self.infoDict valueForKeyPath:@"request.files.hls.url"]]?:nil;

NSMutableDictionary *streamURLs = [NSMutableDictionary new];
NSMutableDictionary *thumbnailURLs = [NSMutableDictionary new];
Expand Down

0 comments on commit a05f11f

Please sign in to comment.