I'm not sure if it's a recent change on the website or not, but when you try to analyze a game from ReBBRL (the College - Rookie league), the parser is not working because the link has an extra "R".
Nothing else change, so I understand the issue is on the parsing link procedure. If you're using regex, adding something like .../rebbr?l/... shoud do the trick
I'm not sure if it's a recent change on the website or not, but when you try to analyze a game from ReBBRL (the College - Rookie league), the parser is not working because the link has an extra "R".
Example: ReBBRL link - https://rebbl.net/rebbRl/match/1000b8d287 (R put in caps, just to highlight the issue) Expected link: https://rebbl.net/rebbl/match/1234abcd
Nothing else change, so I understand the issue is on the parsing link procedure. If you're using regex, adding something like .../rebbr?l/... shoud do the trick