You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importvideoUrlParserfrom"js-video-url-parser";videoUrlParser.plugins.youtube.parseVideoUrl=function(url){letmatch=url.match(/(?:(?:v|vi|be|videos|embed)\/(?!videoseries)|(?:v|ci)=)([\w-]{11})/i);if(match){returnmatch[1];}// match youtube shortsmatch=url.match(/youtube.com\/shorts\/([\w-]{11})/i);if(match){returnmatch[1];}returnundefined;};
Can you please add support for Youtube shorts? That will be great.
The text was updated successfully, but these errors were encountered: