Skip to content

Commit

Permalink
Fixed support for 888 tourney summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ChazDazzle committed Feb 21, 2024
1 parent 605701f commit a0d3f9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyfpdb/PacificPokerSummary.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class PacificPokerSummary(TourneySummary):
'NUM' : u".,\d\xa0" # legal characters in number format
}

re_Identify = re.compile(u'\*{5}\s(Cassava|888poker|888)(\.[a-z]{2})?(\-[a-z]{2})? Tournament Summary\s\*{5}')
re_Identify = re.compile(u'\*{5}\s(Cassava|888poker|888)?(\.[a-z]{2})?(\-[a-z]{2})? ?Tournament Summary\s\*{5}')

re_TourneyInfo = re.compile(u"""
Tournament\sID:\s(?P<TOURNO>[0-9]+)\s+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
***** Tournament Summary *****
Tournament ID: 248254954
Buy-In: Free
Meroveus finished 1636/5294 and won $0.05

0 comments on commit a0d3f9e

Please sign in to comment.