yt-player icon indicating copy to clipboard operation
yt-player copied to clipboard

Simple, robust, blazing-fast YouTube Player API

Results 19 yt-player issues
Sort by recently updated
recently updated
newest added

standalone script link is dead can you please work on updating it?

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. Release notes Sourced from actions/setup-node's releases. Add support for asdf format and update actions/cache version to 3.0.0 In scope of this release we updated...

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Updated to the node16 runtime by default This requires a minimum Actions Runner version of v2.285.0 to...

changed `require` with `import`, which makes the library work flawlessly with react. addresses #68 #64

On compilation I receive the following error: `Unable to find the imported file or module 'events'.` the source of the error is on `line 2` of `index.js`: `const EventEmitter =...

Hi ! The following error keeps showing up constantly for a few days. - the website uses HTTPS - there is no autoplay - the origin is set manually just...

Hi everyone, I can't seem to get the start or autoplay opts working on new YTPlayer(). Any ideas? Thanks!

[https://play.cash/](url) is not working. It throws 500 in the console log when I play song. I'm going to check if it is working on iOS. Thanks in advance.

I want to get the video data like width, height and others. As I can see the Original Playyer stored in `_player` is not exposed. Could you change that?