Skip to content

Instantly share code, notes, and snippets.

@Senix
Created June 22, 2011 04:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Senix/1039519 to your computer and use it in GitHub Desktop.
Save Senix/1039519 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
#Download all sluggy freelance images
import sys, os
while True:
#mage = raw_input('image to download: ')
mage = 110620
mage += 1
lett = 'a'
imagetype = '.gif'
os.system('wget http://www.sluggy.com/images/comics/'+mage+lett+imagetype)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment