ymcatwincities/openy_gated_content

Ask YouTube to limit related videos

Closed this issue · 3 comments

While YouTube doesn't allow you us to disable related videos, we can (as of today) set rel=0 to limit related videos to videos from the same author.

If a video is from YouTube, let's add this parameter to make things a little cleaner.

@froboy this is not a strait forward fix.
We are using MediaPlayer wrapper: https://github.com/p0rto/vue-video-wrapper that prepares data for Vimeo and Youtube.
It uses videoId as props and it is hard to push additional params for the URL construction.
There is an issue here, connected with a similar task: gajus/youtube-player#63
We can try to help the maintainer to fix it and use it at our app.

Completed in 1.3 release.