XCDYouTubeKit icon indicating copy to clipboard operation
XCDYouTubeKit copied to clipboard

YouTube video player for iOS, tvOS and macOS

Results 53 XCDYouTubeKit issues
Sort by recently updated
recently updated
newest added

I'm really stuck in this too long. But I'm not sure it is an issue of XCDYoutubeKit or not. I just need help. I get the stream URL from XCDYoutubeKit...

waiting for reply

the innertube api key is hardcoded and we don't know how long it will last so it is recommended to scrap the api key from youtube and set it via...

Hi hope so your'e safe and sound. I am facing issue [XCDYouTubeKit] Video operation finished with error: The operation couldn’t be completed. (XCDYouTubeVideoErrorDomain error -2.) Domain: XCDYouTubeVideoErrorDomain Code: -2 User...

Hello, XCDYouTubeClient.default().getVideoWithIdentifier(videoID) This method above always returns error XCDYouTubeVideoErrorDomain with code -3. I think Youtube API changed something. Do you know anything about it?

Hello everyone, I used XCDYouTubeKit for my project and encounter a problem for upcoming live stream video in Youtube. XCDYouTubeKit used to return the remaining time before live stream. However,...

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": @"6.20180913" }; NSString *queryString = XCDQueryStringWithDictionary(query); NSURL *videoInfoURL...

Hey, Great work with your repo. I've seen that YouTube made some changes recently that make XCDYouTubeKit fail in many regions. The issue was "discussed" in #523. I implemented the...

I'm on the latest version of the pod (v2.15.2), but on many videos actually I get the following error: "XCDYouTubeVideoErrorDomain Code=-2". Is there any solution for this, I have not...

add html5=1 parameter to query parameters of youtube.com/get_video_info url