所以我試圖提取我的網站使用紅寶石機械化和hpricot的電子郵件。 什麼我試圖做我的行政管理方面的所有頁面上的循環,並用hpricot.so解析頁面非常好。然後我得到: Exception `Net::HTTPBadResponse' at /usr/lib/ruby/1.8/net/http.rb:2022 - wrong status line: *SOME HTML CODE HERE*
import mechanize
url = 'http://steamcommunity.com'
br=mechanize.Browser(factory=mechanize.RobustFactory())
br.open(url)
print br.request
print br.form
for each in br.forms():
print each