diff --git a/pyfpdb/Summary-Everleaf.py b/pyfpdb/SummaryEverleaf.py similarity index 99% rename from pyfpdb/Summary-Everleaf.py rename to pyfpdb/SummaryEverleaf.py index e2f56408..8923a3b1 100644 --- a/pyfpdb/Summary-Everleaf.py +++ b/pyfpdb/SummaryEverleaf.py @@ -169,7 +169,7 @@ class SummaryParser(htmllib.HTMLParser): # derive new HTML parser class EverleafSummary: def main(self): - file = urllib.urlopen("http://www.poker4ever.com/en.tournaments.tournament-statistics?tid=785119") + file = urllib.urlopen("http://www.poker4ever.com/en.tournaments.tournament-statistics?tid=817095") parser = SummaryParser(formatter.NullFormatter()) parser.feed(file.read()) print "site=",parser.SiteName, "tourneyname=", parser.TourneyName, "tourneyid=", parser.TourneyId