View Single Post
Old 11-07-2010, 05:43 PM   #2
miurahr
Junior Member
miurahr began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jul 2010
Device: Kindle2(i)
In the previous recipe, a part

Code:
            br.open('http://www.nikkei.com/')
            br.select_form(nr=0)
            res = br.submit()
            print res.read()
in get_browser() is intend to solve this problem in index page, but same causes on each article, too.
miurahr is offline   Reply With Quote