Skip to content

Commit

Permalink
Merge pull request #139 from Andrene/upstream
Browse files Browse the repository at this point in the history
Fixed depot url template. SC2Reader wasn't working with previous due to blizzard update
  • Loading branch information
StoicLoofah authored Jan 14, 2021
2 parents 244c098 + c9719c6 commit c2a5407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sc2reader/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class DepotFile(object):
"""

#: The url template for all DepotFiles
url_template = "http://{0}.depot.battle.net:1119/{1}.{2}"
url_template = "https://{0}-s2-depot.classic.blizzard.com/{1}.{2}"

def __init__(self, bytes):
#: The server the file is hosted on
Expand Down

0 comments on commit c2a5407

Please sign in to comment.