Parser en Python

From Casastristes

Jump to: navigation, search


import httplib

  1. httplib.HTTPConnection.debuglevel = 1

import urllib

feeddata = urllib.urlopen('http://google.com/').read()

Personal tools