flashkillapp / flashkill

Browser extension enriching the 99Damage league pages with usefull information.
MIT License
5 stars 2 forks source link

Matches table does not always populate #85

Open timonla opened 2 years ago

timonla commented 2 years ago

I think this happens when teams participated in the ESL Meisterschaft.

image image

https://liga.esl-meisterschaft.de/leagues/teams/117766-geekz-energy

timonla commented 2 years ago

Our season regex only considers /99dmg/ leagues but the seasons since the ESL Meisterschaft have links like: https://liga.esl-meisterschaft.de/leagues/eslm. Also our naming scheme Saison ${seasonNumber} is outdated.

https://github.com/flashkillapp/flashkill/blob/f6b93eda26da3d271b2046eb88e267105136c859/src/features/team-page/selectors.ts#L115-L128