We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6869af9 commit eaf09dcCopy full SHA for eaf09dc
sportsbetting/bookmakers/pmu.py
@@ -79,6 +79,7 @@ def parse_pmu_html(soup):
79
match = string.replace(" - ", "-")
80
match = match.replace(" // ", " - ")
81
match = match.replace("//", " - ")
82
+ match = match.replace('"', '')
83
elif "class" in line.attrs and "event-list-odds-list" in line["class"]:
84
if any([live, is_rugby_13, series]):
85
live = False
0 commit comments