Skip to content

Instantly share code, notes, and snippets.

@im-noob
Created December 19, 2021 17:13
Show Gist options
  • Save im-noob/eb0b85eee4d22ee36f48808ead9b601a to your computer and use it in GitHub Desktop.
Save im-noob/eb0b85eee4d22ee36f48808ead9b601a to your computer and use it in GitHub Desktop.
Downlaod Viemo Video.js
/*
Steps to download
1. Open the console
2. Select vimeo-player iframe
3. paste the code enjoy :)
*/
document.getElementsByTagName('body')[0].getElementsByTagName('script')[0].innerText.match(/(https:\/\/[\w.@?^=%&\/~+#-]+)/gm).filter(function(value){return value.endsWith('.mp4')?value:null;}).splice(-1).pop()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment