Skip to content

Instantly share code, notes, and snippets.

@toshia
Created December 24, 2014 13:58
Show Gist options
  • Select an option

  • Save toshia/8b4647ac119f7dad5f73 to your computer and use it in GitHub Desktop.

Select an option

Save toshia/8b4647ac119f7dad5f73 to your computer and use it in GitHub Desktop.
お手軽画像ダウンロード
istream = Plugin.filtering(:openimg_raw_image_from_display_url, 'http://twitpic.com/d250g2/', nil).last
File.open(File.join(Environment::TMPDIR, 'd250g2.jpg'), 'w') do |ostream|
ostream.write(istream.read)
end
istream.close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment