Created
February 26, 2012 10:58
-
-
Save takkaw/1916049 to your computer and use it in GitHub Desktop.
microKORG XL soldout checker.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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