/ Published in: JavaScript
Expand |
Embed | Plain Text
function fnGetVideoId(URLvideo) { return URLvideo.split('v=')[1].split('#')[0]; }
You need to login to post a comment.
function fnGetVideoId(URLvideo) { return URLvideo.split('v=')[1].split('#')[0]; }
You need to login to post a comment.