Skip to content

Instantly share code, notes, and snippets.

@blha303
Created April 3, 2012 03:55
Show Gist options
  • Save blha303/2289179 to your computer and use it in GitHub Desktop.
Save blha303/2289179 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]
@wolfwoodbrbu
Copy link

VeraLapsa here; Check out my fork, it has the required regex in it for getting the check sum.

Edit:
Oops it's not picking up the right one it's getting the bottom of the page.

@wolfwoodbrbu
Copy link

Got it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment