Skip to content

Instantly share code, notes, and snippets.

@adamharley
Created June 1, 2015 14:54
Show Gist options
  • Save adamharley/edb6f28a67cb9f7165ba to your computer and use it in GitHub Desktop.
Save adamharley/edb6f28a67cb9f7165ba to your computer and use it in GitHub Desktop.
YouTube bulk source video download
[].forEach.call(document.querySelectorAll(".vm-download-mp4"), function(span) {
window.open(span.dataset.downloadUrl);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment