# HG changeset patch # User darius@inchoate.localdomain # Date 1217071028 -34200 # Node ID ae9e833e44476c654d666fbf7ede7f0a0a35bcf8 # Parent 22a51e8c0a693dd2392f5622b40d5fe7959feba9 Get game type. Print game type at the beginning & sort output. diff -r 22a51e8c0a69 -r ae9e833e4447 scrape-gm.py --- a/scrape-gm.py Fri Feb 29 21:05:14 2008 +1030 +++ b/scrape-gm.py Sat Jul 26 20:47:08 2008 +0930 @@ -38,7 +38,8 @@ alltags = re.compile('<[^>]*>') vwhttags = re.compile('<(br|hr)>') hwhttags = re.compile('\ ') - + typetag = re.compile('= maxhits): print "*** Stopping after " + str(maxhits) + " hits" break