Nov-07-2016, 12:12 AM
Ok, got it working like I want, well all most, still have to do one more thing.
Here is the code if anyone want to use it, have fun:
Good night one and all.
Here is the code if anyone want to use it, have fun:
import urllib2 get_html = urllib2.urlopen html = get_html('http://google.com/') page = html.read() f = open("html.txt","w") f.write(page) f.close() print page[:100]I am dome for the day, turn this dam computer on at 4A.M. today
Good night one and all.