-
-
Save mendozalz/e87c74de13b256ef5f3bf885e3a5d423 to your computer and use it in GitHub Desktop.
Descargador de videos background Webs
This file contains 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
var videos = document.querySelectorAll('video'); | |
videos.forEach(video => { | |
console.log(video.src); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Un simple script para descargar videos background de cualquier web