Created
December 19, 2021 17:13
-
-
Save im-noob/eb0b85eee4d22ee36f48808ead9b601a to your computer and use it in GitHub Desktop.
Downlaod Viemo Video.js
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
/* | |
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