From: Danny Campbell Date: Fri, 21 Jan 2011 06:57:52 +0000 (-0700) Subject: EVE image server URL changed with new patch, updated fetchimg to reflect the new... X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=7f0a97fc11c56bdc9671cd34a3371cad59990190;p=mevemon EVE image server URL changed with new patch, updated fetchimg to reflect the new address. --- diff --git a/package/src/fetchimg.py b/package/src/fetchimg.py index 6f78188..d9d98e0 100644 --- a/package/src/fetchimg.py +++ b/package/src/fetchimg.py @@ -23,7 +23,7 @@ def portrait_filename( char_id, img_size ): return filename # specify size and cid --danny - img_url = "http://img.eve.is/serv.asp?s=%s&c=%s" % ( str( img_size ), char_id ) + img_url = "http://image.eveonline.com/Character/%s_%s.jpg" % ( str( char_id ), img_size ) # fetch it, and hit the road. --danny try: