Krenair

Untitled

Nov 24th, 2011
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.41 KB | None | 0 0
  1. <pyexec>import httplib; hc=httplib.HTTPConnection('s3.amazonaws.com');hc.request('HEAD','/MinecraftDownload/minecraft.jar');hs=httplib.HTTPConnection('s3.amazonaws.com');hs.request('HEAD','/MinecraftDownload/launcher/minecraft_server.jar');print "<reply>Minecraft client last updated on "+hc.getresponse().getheader('last-modified')+". Minecraft server last updated on "+hs.getresponse().getheader('last-modified')+".";
  2.  
Advertisement
Add Comment
Please, Sign In to add comment