import scala.io.Source System.setProperty("http.proxyHost","proxy.server.jp") System.setProperty("http.proxyPort","8080") println( Source.fromURL("http://ja.doukaku.org/feeds/comments/") .getLines .mkString )