
WebComicDownloader
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
i decided to write a tool for downloading my favourite webcomics since
i couldn't find anything for do that.
this is my first program ever, the source code is really messy and
it doesn't work too well but maybe it can be useful to someone.
make this program work is a little tricky, so i here's two examples :
let's suppose this is the website :
http://www.2kinds.com/
the strip is in the middle of the page and this is its url :
http://2kinds.com/images/20100421.jpg
the url to be written in the field will be :
%phttp://2kinds.com/images/%|%>% the month
%< the day
%p must be put before a string such as http://2kinds.com/images/ or .jpg
note that it begins and ends with %
then you have only to specify the dates(ex. from 1/17/2005 to 2/1/2005)
the program will download all the strips between them.
another example :
http://www.raizap.com/sdamned/
the url of the strip in the middle of the page:
http://raizap.com/comikaze2/comics2/00000382.jpg
the url to be written in the field will be :
%phttp://raizap.com/comikaze2/comics2/00000%^%p.jpg%
%^ the number of the picture
note that it begins and ends with % too
then the number of the min digits must be adjusted,
so if i write 3 it will write a minimum of tree digits(ex 003 instead of 3)
http://raizap.com/comikaze2/comics2/00000002.jpg will be downloaded instead of
http://raizap.com/comikaze2/comics2/000002.jpg(which doesn't exist)
Naxiey
10 years ago
I like that :D
Hope somebody help you with your program.
Report
fpuelz
10 years ago
Report
gesthal
10 years ago
this app lets you download to a folder a huge amount of strips.
Report