EVE image server URL changed with new patch, updated fetchimg to reflect the new...
authorDanny Campbell <danny.campbell@gmail.com>
Fri, 21 Jan 2011 06:57:52 +0000 (23:57 -0700)
committerDanny Campbell <danny.campbell@gmail.com>
Fri, 21 Jan 2011 06:57:52 +0000 (23:57 -0700)
package/src/fetchimg.py

index 6f78188..d9d98e0 100644 (file)
@@ -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: