Created
September 27, 2012 09:59
-
-
Save eunjae-lee/3793233 to your computer and use it in GitHub Desktop.
Get Html5 Video Url of Youtube
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
url = document.getElementsByTagName('video')[0].src | |
console.log(url); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment