A command line utility to download Manga's from sites like mangareader.net. Inspired from youtube-dl
$ main.py "One Piece" 200 300
# downloads 'One Piece' chapters 200 300 in folder One_Piece.
- support other sites like mangafox
- better cli interface
- better packaging with setup.py etc.
- try parallization/concurrency to improve performance.