vue-youtube-embed
vue-youtube-embed copied to clipboard
Vue.js and YouTube
Hello thank you for this useful package everything is working well except I am having one issue. I am trying to load multiple videos on the page and then give...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...
Hey there, great library! The goal of this PR is to give the developer, if they want, the control of when the player api lib will be loaded. e.g. currently...
vue-youtube-embed version 2.1.2 The video loads normally, but the console displays the following message: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient...
It is not rendered in production (at the time of doing firebase deploy), I am using nuxt, firebase functions and firebase hosting
Player works normally in development build (Webpack dev server, Quasar framework), but when I build the app and visit the page, nothing gets rendered. There is just empty div woth...
I want to get the total duration of the video given in the Id. I dont see any method right now to get the total duration, is there any way...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
Since GPDR is active in the EU, we have to take additional privacy steps, therefore my question: Will you support an option in any future release, to change the youtube...
``` function getIdFromURL (url) { var id = url.replace(youtubeRegexp, '$1'); // when url doesn't match youtubeRegexp, url.replace() will return url itself if (id.includes(';')) { var pieces = id.split(';'); if (pieces[1].includes('%'))...