Skip to content

Instantly share code, notes, and snippets.

@blha303
Created April 3, 2012 04:02
Show Gist options
  • Save blha303/2289215 to your computer and use it in GitHub Desktop.
Save blha303/2289215 to your computer and use it in GitHub Desktop.
import urllib
page = urllib.urlopen('http://dl.bukkit.org/downloads/craftbukkit/list/rb/').read()
page = page.split('\n')
h = page[402]
o = h.split(' ')
out = o[1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment