cpennington / dicedornot

Blood Bowl 2 replay analyzer
https://dicedornot.vengefulpickle.com
MIT License
1 stars 4 forks source link

ReBBRL games from ReBBL are not being parsed #56

Open dferrero opened 2 years ago

dferrero commented 2 years ago

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