We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example:
https://youtu.be/LtK72R3ymvI?list=PLJPRYJOPv4pRs9MeQgfm_sK5e5UqMCFGN&index=3
The value in the field will still be the original value, not LtK72R3ymvI.
LtK72R3ymvI
The issue appears to be caused by this line:
nova-youtube-field/src/Youtube.php
Line 46 in dc45bf0
This is because it doesn't expect the ?list=value parameter on the youtu.be URI above.
?list=value
youtu.be
The text was updated successfully, but these errors were encountered:
Same when it includes a t parameter for the timestamp, e.g. https://youtu.be/XXXXXXXXXXX?t=352
t
Sorry, something went wrong.
No branches or pull requests
For example:
The value in the field will still be the original value, not
LtK72R3ymvI
.The issue appears to be caused by this line:
nova-youtube-field/src/Youtube.php
Line 46 in dc45bf0
This is because it doesn't expect the
?list=value
parameter on theyoutu.be
URI above.The text was updated successfully, but these errors were encountered: