In the update_players module, requests to http://www.nfl.com/teams/roster?team=* respond with 403 Forbidden, currently.
I modified the master branch and if the User-Agent is spoofed in the request I get a 200 OK response and everything works as expected. I'd be happy to submit a PR making this quick fix if you want to go this route.
In the
update_players
module, requests tohttp://www.nfl.com/teams/roster?team=*
respond with403 Forbidden
, currently.I modified the master branch and if the
User-Agent
is spoofed in the request I get a200 OK
response and everything works as expected. I'd be happy to submit a PR making this quick fix if you want to go this route.