{"body":"require \"http/client\"\ndef title(x)\n\t\t\turl = \"http://www.wunderground.com/cgi-bin/findweather/hdfForecast?query=#{x}\"\n\t\t\ttag = \"<meta property=\\\"og:title\\\" content=\\\"\"\n\t\t\tresponse = HTTP::Client.get(url)\n\t\t\ttitle1 = response.index(tag) \n\t\t\ttitle2 = response.index(\"\\\" />\", title1) -1\n\t\t\tresult = response[(title1 + tag.length)..title2]\n\t\t\tresult.sub! \"&deg;\", \"°F\"\n\treturn result\nend\n\nputs title(19610)","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/CgB02Dzv","modified":1427812994,"id":"CgB02Dzv","size":402,"lines":13,"own_paste":false,"theme":"","date":1427812994}