def clone():
print (''+T+'Remember to put https:// in front of the website!')
hey = raw_input(''+T+'' + color.UNDERLINE + 'Website>' + color.END)
response = urllib2.urlopen(hey)
page_source = response.read()
with io.FileIO("websitesource.html", "w") as file:
file.write(page_source)
print (''+G+'[*] Finished!')
评论列表
文章目录