Skip to content

Commit

Permalink
Update to new domain
Browse files Browse the repository at this point in the history
This commit fixes a URL issue where some boxscore files could no longer
be found/accessed.
  • Loading branch information
trevor-viljoen committed Jan 17, 2018
1 parent 38525a4 commit 3bfcb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlbgame/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


# Templates For URLS
BASE_URL = ('http://gd2.mlb.com/components/game/mlb/'
BASE_URL = ('http://gd-terr-origin.mlb.com/components/game/mlb/'
'year_{0}/month_{1:02d}/day_{2:02d}/')
GAME_URL = BASE_URL + 'gid_{3}/{4}'
PROPERTY_URL = 'http://mlb.mlb.com/properties/mlb_properties.xml'
Expand Down

0 comments on commit 3bfcb0f

Please sign in to comment.