Skip to content

Instantly share code, notes, and snippets.

@djoeman84
Last active December 26, 2015 10:58
Show Gist options
  • Save djoeman84/7140185 to your computer and use it in GitHub Desktop.
Save djoeman84/7140185 to your computer and use it in GitHub Desktop.
javascript:alert('You can download this video by using the command \'mimms -c '+document.getElementById('WMPlayer').data+' [target directory]\'');
@adotey
Copy link

adotey commented Oct 26, 2013

The popup says to download with 'mimms -c http://...', but I don't think the latest versions of mimms support http. I'm using mimms 3.2.2 on ubuntu 12.10, and when I use the command I get the error message:

mimms: error: only mms urls (i.e. mms://, mmst://, mmsh://) are supported

Replacing http with either of those three doesn't work either.

@ChandniD
Copy link

I tried the bookmarklet and it worked for me after replacing 'http' with 'mms'
@djoeman84 - Thanks for providing the bookmarklet!

@adotey - One thing that I could think of that could raise an error is if you did not have mimms installed on your system. Since you got the above mimms error message, looks like you do have mimms installed. Not sure why it won't work after you substituted http with mms. Sorry, not of much help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment