SyntaxFix
Write A Post
Hire A Developer
Questions
If you ask me. try this one
import urllib2 resp = urllib2.urlopen('http://hiscore.runescape.com/index_lite.ws?player=zezima')
and read the normal way ie
page = resp.read()
Good luck though