diff --git a/marathon.py b/marathon.py index da92bc9..8d156bd 100644 --- a/marathon.py +++ b/marathon.py @@ -2,7 +2,7 @@ import httplib for game in ("marathon", "marathon2", "infinity"): - conn = httplib.HTTPConnection("marathon.sourceforge.net") + conn = httplib.HTTPSConnection("alephone.lhowon.org") conn.request("HEAD", "/download/data.php?game=%s"%(game)) res = conn.getresponse() print ""%(res.status, res.reason)