Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix YouTube options passing #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MattWilcox
Copy link

You could not pass options to YouTube and have them work. The string was getting multiple ? due to the YouTube URL having a ?controls=2 in it already - thus breaking all passed options.

Fixed.

You could not pass options to YouTube and have them work. The string was getting multiple ? due to the YouTube URL having a ?controls=2 in it already - thus breaking all passed options.

Fixed.
@rayhatfield
Copy link
Contributor

Doesn't this change assume there's always an existing query string?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants