diff --git a/sc2reader/utils.py b/sc2reader/utils.py index c1cfd437..ed3314c0 100644 --- a/sc2reader/utils.py +++ b/sc2reader/utils.py @@ -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