I tried using urllib.urlopen to open a personalized webpage
(my.yahoo.com) but it doesn't work:
print urllib.urlopen(http://my.yahoo.com).read()
Instead of returning my.yahoo.com, it returns a page asking me to log
in.
So then I tried urllib.urlencode:
data = urllib.urlencode({'action': 'https:
I tried using urllib.urlopen to open a personalized webpage
(my.yahoo.com) but it doesn't work:
print urllib.urlopen(http://my.yahoo.com).read()
Instead of returning my.yahoo.com, it returns a page asking me to log
in.
So then I tried urllib.urlencode:
data = urllib.urlencode({'action': 'https: