diff --git a/steam/steamid.py b/steam/steamid.py index 3d93ab6..34cb144 100644 --- a/steam/steamid.py +++ b/steam/steamid.py @@ -552,10 +552,11 @@ def steam64_from_url(url, http_timeout=30): https://steamcommunity.com/profiles/76561197960265740 https://steamcommunity.com/id/johnc https://steamcommunity.com/user/cv-dgb/ + https://steamcommunity.com/app/570 """ match = re.match(r'^(?Phttps?://steamcommunity.com/' - r'(?Pprofiles|id|gid|groups|user)/(?P.*?))(?:/(?:.*)?)?$', url) + r'(?Pprofiles|id|gid|groups|user|app)/(?P.*?))(?:/(?:.*)?)?$', url) if not match: return None