Thursday, February 26, 2009

Koichowa Maid sama. from One Manga

I like reading manga online from Onemanga.com . However sometimes it's tiring to click nextx2.
So what to do? we wget all of it in a quick manner.
noly-chan recommended me to read Kaichouwa - Maidsama. (The president is the maid something like that. )
So how to recrusively get all the file quickly?

For eg; chapter 1: http://www.onemanga.com/Kaichou_wa_Maid-sama/1/00/
There`s bout 44 pages range from number 0 to 33. Copy the exact image location and there's an infinite number to do it. One of the simplest way is

shell]$ for i in `seq -f %02g 0 33` ; do wget -b http://img61.onemanga.com/mangas/00000346/00000001/%i.jpg ; done

that's it folks. They are many ways to do it (depend on your creativity ), you can enchance it more up to your needs.

No comments: