Skip to content

Instantly share code, notes, and snippets.

@1Marc
Created July 27, 2014 01:02
Show Gist options
  • Save 1Marc/e18518d01c030db48109 to your computer and use it in GitHub Desktop.
Save 1Marc/e18518d01c030db48109 to your computer and use it in GitHub Desktop.
Vimeo Raw File Script
copy('<ul>'
+ '<li><a download href="' + $("#use_your_own_player input:eq(2)").val() + '">Mobile .MP4 file</a> (480×270)</li>'
+ '<li><a download href="' + $("#use_your_own_player input:eq(1)").val() + '">Standard Def .MP4 file</a> (640x360)</li>'
+ '<li><a download href="' + $("#use_your_own_player input:eq(0)").val() + '">High Def .MP4 file</a> (1280x720)</li>'
+ '</ul>')
http://vimeo.com/99210022/download?t=1403810003&v=265672656&s=f423e5f7722fe0702204e25c76fea728
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment