Skip to content

Instantly share code, notes, and snippets.

@gildo
Created October 4, 2010 13:08
Show Gist options
  • Save gildo/609657 to your computer and use it in GitHub Desktop.
Save gildo/609657 to your computer and use it in GitHub Desktop.
require'rubygems';require'mechanize';a=Mechanize.new;p=a.get('http://tiny.cc/mv2mu');
f=p.form_with(:action=>'http://daiphyer.com/index.php?/mvdlg/megavideo.com-to-megaupload.com-download-link-generator')
f.url=ARGV[0];p=a.submit(f);puts p.links_with(:href => /www.megaupload.com/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment