Convert a youtube video url to embed code

前端 未结 7 1489
青春惊慌失措
青春惊慌失措 2020-12-07 10:07

I\'m using this to convert youtube url to embed url.

text(t).html().replace(/(?:http:\\/\\/)?(?:www\\.)?(?:youtube\\.com)\\/(?:watch\\?v=)?(.+)/g, \'

        
7条回答
  •  爱一瞬间的悲伤
    2020-12-07 10:41

    Who needs jQuery. Below is pure javascript code using URL() function to get v parameter from YouTube URL and insertAdjacentHTML() from replacing current

提交回复
热议问题