[ Aleksandar Đokić @ 12.10.2012. 16:03 ] @
fetchujem odredjeni sajt u python 3.2 preko urlopen funkcije, kako mogu da pronadjem odredjeni string na skinutom kodu?

pokusao sam ovako

html = urlopen("adresa")
html.find("string")

ali mi izbaci:

TypeError: expected an object with the buffer interface

hvala
[ Aleksandar Đokić @ 12.10.2012. 16:12 ] @
ok, glup sam...

ovo nije string, mora da je dekodujem