I\'m using Python 3.1, if that helps.
Anyways, I\'m trying to get the contents of this webpage. I Googled for a little bit and tried different things, but they didn\
You can use urlib2 and parse the HTML yourself.
Or try Beautiful Soup to do some of the parsing for you.