Skip to content

Commit c2a5407

Browse files
authored
Merge pull request #139 from Andrene/upstream
Fixed depot url template. SC2Reader wasn't working with previous due to blizzard update
2 parents 244c098 + c9719c6 commit c2a5407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class DepotFile(object):
2020
"""
2121

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

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

0 commit comments

Comments
 (0)