Last active
August 16, 2019 10:48
-
-
Save angeloped/d27ef2c9d235926f799e80d0f1a16902 to your computer and use it in GitHub Desktop.
HTML5Player Video Downloader using JavaScript. Proof of concept: xDxNxXxD
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
/*HTML5Player Video Downloader using JavaScript. Proof of concept: x_*n_*x*_x_ LOL! */ | |
window.location=html5player.url_high; | |
/* | |
//or option 2: | |
obj=document.getElementsByClassName("transition")[2]; | |
obj.setAttribute("href",html5player.url_high); | |
obj.innerHTML="<h1>" + html5player.video_title + "</h1>"; | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment