diff --git a/pyfpdb/FulltiltToFpdb.py b/pyfpdb/FulltiltToFpdb.py index 30b9cb2d..b8ea378b 100755 --- a/pyfpdb/FulltiltToFpdb.py +++ b/pyfpdb/FulltiltToFpdb.py @@ -57,6 +57,13 @@ class Fulltilt(HandHistoryConverter): (?P\(partial\))?\n (?:.*?\n(?PHand\s\#(?P=HID)\shas\sbeen\scanceled))? ''', re.VERBOSE|re.DOTALL) + re_TourneyExtraInfo = re.compile('''(((?P[^$]+)? + (?P\$)?(?P[.0-9]+)?\s*\+\s*\$?(?P[.0-9]+)? + (\s(?P(KO|Heads\sUp|Matrix\s\dx|Rebuy|Madness)))? + (\s(?PShootout))? + (\s(?PSit\s&\sGo))? + (\s\((?PTurbo)\))?)|(?P.+)) + ''', re.VERBOSE) re_Button = re.compile('^The button is in seat #(?P