Skip to content

Instantly share code, notes, and snippets.

@rogerwalt
Created June 11, 2013 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogerwalt/5759050 to your computer and use it in GitHub Desktop.
Save rogerwalt/5759050 to your computer and use it in GitHub Desktop.
Simple one-liner to parse out the URL of the video file on StreamCloud.
window.location.href = document.getElementsByName("flashvars")[0].value.split("&file=")[1].split("&")[0].replace(/%3A/g, ":").replace(/%2F/g, "/");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment