Tagged Questions
1
vote
1answer
338 views
Downloading all ctrl alt del webcomics using terminal
I've tried using the following commands to download the ctrl alt del comics.
$ for filename in $(seq 20021023 20100503); do wget http://www.ctrlaltdel-online.com/comics/"$filename".jpg; done
I get ...
0
votes
3answers
616 views
python script for downloading all Ctrl+Alt+Del webcomics?
Does anyone have one? Ive tried Comicdownloader but that only lets me download the newest comic and I dont understand Python well enough to figure out how to change it to download all the comics