WebHarvy RegEx strings for selecting BET365 opening/closing odds from FlashScore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Home opening and closing odds | |
----------------------------- | |
bet365[\s\S]*?title="([\d\.]+) | |
bet365[\s\S]*?<span class="\s*"[^>]*>([^<]*) | |
Draw opening and closing odds | |
----------------------------- | |
bet365[\s\S]*?title="[\d\.]+[\s\S]*?title="([\d\.]+) | |
bet365[\s\S]*?<span class="[\s\S]*?<span class="\s*"[^>]*>([^<]*) | |
Away opening and closing odds | |
----------------------------- | |
bet365[\s\S]*?title="[\d\.]+[\s\S]*?title="[\d\.]+[\s\S]*?title="([\d\.]+) | |
bet365[\s\S]*?<span class="[\s\S]*?<span class="[\s\S]*?<span class="\s*"[^>]*>([^<]*) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment