Skip to content

Commit 98eb2d9

Browse files
committed
Changed depot url template
Blizzard changed the depot url format. Updated with new format
1 parent 244c098 commit 98eb2d9

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)