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

Pod File :- **pod 'XCDYouTubeKit'** Package.json :- **react-native-youtube": "^2.0.1", "react": "16.10.2", "react-native": "0.59.9",** **Code :-** ``` try{ YouTubeStandaloneIOS.playVideo(video-ID) .then(() => console.log('Standalone Player Exited')) .catch(err => console.log('errorMessage in you tub video...

At the moment if we're building this framework with CocoaPods and use_frameworks! and use_modular_headers! enabled, there is a missing reference to UIKit framework At XCDYouTubeVideoPlayerViewController.m line 76 we're using UIDevice...

I implement this @IBOutlet weak var ytPlayer: UIView! func playYoutubeVideo() { let strUrl = youTubeObjc.link if let range = strUrl!.range(of: "=") { let strIdentifier = strUrl!.substring(from: range.upperBound) print("Identifier:\(strIdentifier)") let videoPlayerViewController...

Hi, Been looking at NewPipeExtractor and seeing how they get related videos. How hard would it be to add this functionality? I'm open to adding a PR just wondering where...

investigating

I think exposing the [`NSDictionary` ](https://github.com/0xced/XCDYouTubeKit/blob/master/XCDYouTubeKit/XCDYouTubeVideo.m#L98) object that the `XCDYouTubeVideo` class is initialized with would be really helpful. For instance, this would make it more flexible to use features that...

enhancement

Hi I’m using this plugin for an ionic project but I have issues on iOS when the video shuts down before being watched completely, the callback doesn’t lunch before the...

It would be nice to have an init method that could figure out video identifier from a full youtube url. For a project I am working on, I wrote a...

enhancement

I am using the `XCDYouTubeVideoPlayerViewController` in order to present a YouTube video in my iOS app. How can I prevent the auto-dismiss of the `XCDYouTubeVideoPlayerViewController` after the video has finished...

Even in case of an error, the XCDYouTubeVideo should always be returned, as it contains the **thumbnail** and **title**, which can be used by the UI to display

Can someone that used to contribute to it please take a look at this repo ? It broke this weekend. I would pay for a fix. ![Screenshot 2023-04-30 at 10...