blksh3p
blksh3p
Fixed youtube regex to support channels with special characters like space in them, in current implementation following will not work due to presence of %2, the channel name will be...
There is an issue with the youtube extraction regex that stops if there is a space in channel name. Eg https://www.youtube.com/watch?v=kU9y8rKCe3w&ab_channel=Well%2BGood will not work, the issue is with regex (?:https?:\/\/)?(?:www\.)?(?:(?:youtu\.be\/)|(?:youtube\.com)\/(?:v\/|u\/\w\/|embed\/|watch))(?:(?:\?v=)?([^#&?=]*))?((?:[?&]\w*=\w*)*)```...
Steps to replicate use previously saved data object with any embeded content load the objecy using render() in the editor as soon as object is rendered, the onChange will trigger...