This is a web scrapper that scrap a particular manga site for all of its content and re-serving them at my own domain.
- walking through the links,
- downloading every manga images,
- watermarking,
- saving them to another linux box by mounting a remote drive using sshfs.
The scrapped contents are then served from a NodeJs frontend, code here.