# HG changeset patch # User darius@inchoate.localdomain # Date 1204006788 -37800 # Node ID fbaf34d7bab7df9218252c3c2d71ad4246d0be30 # Parent 825302e32c35a8cc6749ea6da27709bba7fc5ebd Only list Australian servers. diff -r 825302e32c35 -r fbaf34d7bab7 scrape-gm.py --- a/scrape-gm.py Wed Nov 21 11:57:40 2007 +1030 +++ b/scrape-gm.py Tue Feb 26 16:49:48 2008 +1030 @@ -147,7 +147,7 @@ try: #f = open("gm.html") - f = urllib.urlopen("http://www.game-monitor.com/search.php?search=" + urllib.quote(sys.argv[1]) + "&type=player&location=AU") + f = urllib.urlopen("http://www.game-monitor.com/search.php?location=AU&search=" + urllib.quote(sys.argv[1]) + "&type=player&location=AU") except IOError, e: print "Unable to fetch page - " + str(e) sys.exit(0)