I was looking for some data to work with and got that the team called Guadalajara (id=c02b0f7a) from the LigaMX league can't be found. Here is the fbref link:
https://fbref.com/en/squads/c02b0f7a/Guadalajara-Stats
from sportsipy.fb.team import Team
GDL = Team('c02b0f7a')
print(GDL)
It was supposed to show a little bit info of the team, but instead I got

Even if I try with the team name instead of the id, the system goes for a Spanish team, not the Mexican one.
- OS: Linux Mint 20.2 (Uma)
- Sportsipy Version: 0.6.0
I was looking for some data to work with and got that the team called Guadalajara (id=c02b0f7a) from the LigaMX league can't be found. Here is the fbref link:
https://fbref.com/en/squads/c02b0f7a/Guadalajara-Stats
It was supposed to show a little bit info of the team, but instead I got
Even if I try with the team name instead of the id, the system goes for a Spanish team, not the Mexican one.