NithishRaja / manga-downloader

A simple python web scrapper for downloading mangas.
0 stars 0 forks source link

Support for other mangas #8

Open NithishRaja opened 4 years ago

NithishRaja commented 4 years ago

Following is a list of mangas for which support will be extended

NithishRaja commented 4 years ago

This commit adds support for 'one punch man' and 'dragon ball super'.

NithishRaja commented 4 years ago

Haikyuu website lists chapters starting only from 67. Due to this the existing code ignores the chapters below 67. Separate code is required for downloading this manga.

NithishRaja commented 4 years ago

Demon slayer website lazy loads images. Due to this the data-src attribute of images need to be used instead of src attribute. Refactoring current code will work.

NithishRaja commented 4 years ago

This commit adds support for downloading demon slayer manga. It works by changing the attributes depending on the manga.

NithishRaja commented 4 years ago

This commit adds code to download missing chapters. It takes chapter URLs from existing chapters and modifies them to download missing chapters.