We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like the site changed the CSS classes that our code expects (like mod-teams-list-medium), but now they have JSON we could scrape instead.
Example URL: http://www.espn.com/nfl/teams Look for JSON near window['__espnfitt__']=
window['__espnfitt__']=
I plan on working on this in the near future. 13 tests are failing due to this.
The text was updated successfully, but these errors were encountered:
Also, the methods responsible for this are get_divisions and get_teams_in.
get_divisions
get_teams_in
Sorry, something went wrong.
dgmdan
No branches or pull requests
Looks like the site changed the CSS classes that our code expects (like mod-teams-list-medium), but now they have JSON we could scrape instead.
Example URL: http://www.espn.com/nfl/teams
Look for JSON near
window['__espnfitt__']=
I plan on working on this in the near future. 13 tests are failing due to this.
The text was updated successfully, but these errors were encountered: