Skip to content

Instantly share code, notes, and snippets.

@emilbayes
Created December 28, 2012 16:32
Show Gist options
  • Save emilbayes/4399400 to your computer and use it in GitHub Desktop.
Save emilbayes/4399400 to your computer and use it in GitHub Desktop.
Snippet to get streaming url of current Videolectures.net video (for streaming with VLC/rtmpdump/ffmpeg)
javascript:(function(){alert(clip.netConnectionUrl + '/' + window.location.href.match(/([^ \/]*)\/$/)[1] + '/' + clip.url + '/');})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment