Skip to content

Instantly share code, notes, and snippets.

@varun93
Created February 3, 2019 03:22
Show Gist options
  • Save varun93/cf0fe0d57bb2beeaa95117012085d375 to your computer and use it in GitHub Desktop.
Save varun93/cf0fe0d57bb2beeaa95117012085d375 to your computer and use it in GitHub Desktop.
Download video from echo
jQuery(".screens video").each((index,video) => { window.open(video["src"])});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment