Skip to content

Instantly share code, notes, and snippets.

@takkaw
Created February 26, 2012 10:58
Show Gist options
  • Select an option

  • Save takkaw/1916049 to your computer and use it in GitHub Desktop.

Select an option

Save takkaw/1916049 to your computer and use it in GitHub Desktop.
microKORG XL soldout checker.
# coding: UTF-8
require 'open-uri'
open('http://item.rakuten.co.jp/dj/microkorgxl/') { |cont|
p !!(/売り切れました/ =~ cont.read.encode!('UTF-8'))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment