We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 244c098 + c9719c6 commit c2a5407Copy full SHA for c2a5407
sc2reader/utils.py
@@ -20,7 +20,7 @@ class DepotFile(object):
20
"""
21
22
#: The url template for all DepotFiles
23
- url_template = "http://{0}.depot.battle.net:1119/{1}.{2}"
+ url_template = "https://{0}-s2-depot.classic.blizzard.com/{1}.{2}"
24
25
def __init__(self, bytes):
26
#: The server the file is hosted on
0 commit comments