Skip to content

Instantly share code, notes, and snippets.

@holysugar
Created March 8, 2013 11:27
Show Gist options
  • Select an option

  • Save holysugar/5115827 to your computer and use it in GitHub Desktop.

Select an option

Save holysugar/5115827 to your computer and use it in GitHub Desktop.
今日の1階うらない取得ワンライナーっぽいアレ
# coding: utf-8
require 'net/http'
Net::HTTP.get(URI.parse('http://yonekawa711.blog22.fc2.com/')).force_encoding('UTF-8').scan(/『.+?『.+?。/m)[0].gsub(/\<.+?\>/,'')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment