armendh

Results 3 comments of armendh

> Hi @armendh, this looks better now. As I mentioned in an earlier comment, this most likely would be merged right before or right after a Readium release. Just a...

the above mentioned fix seems to work checkout [#545 ](https://github.com/0xced/XCDYouTubeKit/pull/545) the innertube api key is hardcoded and we don't know how long it will last so it is recommended to...

https://stackoverflow.com/a/67629882 Updating query in XCDYouTubeVideoOperation.m seems to work for now.. `NSDictionary *query = @{ @"video_id": self.videoIdentifier, @"hl": self.languageIdentifier, @"el": eventLabel, @"ps": @"default", @"html5" : @"1", @"eurl": [@"https://youtube.googleapis.com/v/" stringByAppendingString:self.videoIdentifier],@"c": @"TVHTML5", @"cver":...