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
Hello!
I am having trouble with embedding YT links. Could you please explain why this regex works
"https:\/\/www\.youtube\.com\/watch\?v="->"https://www.youtube.com/embed/" "&ab_channel=[A-Za-z0-9.]+"->""
but this one does not
"https:\/\/www\.youtube\.com\/watch\?v=([A-Za-z0-9]+)&ab_channel=[A-Za-z0-9.]+" -> "https://www.youtube.com/embed/$1"
The latter says that regex has been found, however, no replacement is actually performed. Thank you!
The text was updated successfully, but these errors were encountered:
Thanks for the report 😄 The plugin had a bug that it did not recognize CRLF (windows line feed) and it's fixed in the latest version, v1.3.1.
Sorry, something went wrong.
No branches or pull requests
Hello!
I am having trouble with embedding YT links. Could you please explain why this regex works
but this one does not
The latter says that regex has been found, however, no replacement is actually performed. Thank you!
The text was updated successfully, but these errors were encountered: