Sanjeevan Yogeswaran
Sanjeevan Yogeswaran
Having the same issue here
confirms it works when you change the user-agent header in __init__.py
I cloned the git repo, changed the line for user_agent in __init__.py to 'customagent', and then installed the package by doing 'pip install .' inside the git folder with the...
It looks like this? `HEADERS = { 'user-agent': ('customheader'), # noqa: E501 'Dnt': ('1'), 'Accept-Encoding': ('gzip, deflate, sdch'), 'Accept-Language': ('en'), 'origin': ('http://stats.nba.com') }` That's literally the only change I made....