Skip to content Skip to sidebar Skip to footer
Showing posts with the label Urllib2

Convert Gzipped Data Fetched By Urllib2 To Html

I currently use mechanize to read gzipped web page as below: br = mechanize.Browser() br.set_handle… Read more Convert Gzipped Data Fetched By Urllib2 To Html