Skip to content

Instantly share code, notes, and snippets.

@angeloped
Last active August 16, 2019 10:48
Show Gist options
  • Save angeloped/d27ef2c9d235926f799e80d0f1a16902 to your computer and use it in GitHub Desktop.
Save angeloped/d27ef2c9d235926f799e80d0f1a16902 to your computer and use it in GitHub Desktop.
HTML5Player Video Downloader using JavaScript. Proof of concept: xDxNxXxD
/*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