-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't parse French league due to webpage in French #68
Comments
hmm, that's weird. Can you send me a screenshot of footystats in french? i didn't know they got French language mode |
can you also provide me the url of footystats that it tries to parse? e.g. For Ligue 1, it should be https://footystats.org/france/ligue-1/fixtures |
https://footystats.org/fr/france/ligue-1/fixtures - it takes me to this one |
Unfortunately it didn't solve the issue. tried with safari and chrome. still the same issue. I'll keep looking. |
You have to replace fixtures_url within "database/entities/leagues/france.py". |
When trying to predict all matches from the French league, it can't read the date, due to the fact that footy stats is in French. Because of this the date code doesn't match.
How can this be fixed?
Thanks
The text was updated successfully, but these errors were encountered: