nflgame
nflgame copied to clipboard
Schedule JSON only has superbowl game as the only POST season game
I followed the directions from post 283 to update the schedule json to include all the post season games. After following the directions, in the schedule json file it goes from the last game of the regular season in week 17 to the week 5 post season game (superbowl). Any thoughts on how to get the other playoff games? I added my schedule file (saved as .txt) to show what it looks like and how it skipped saving the other 4 post season games. schedule.txt
I had the same issue but was able to get the schedule updater to update the schedule JSON by specifying arguments as follows:
python nflgame-update-schedule.py --year 2016 --phase POST
Then I just ran the nfldb-update as normal.