NithishRaja / manga-downloader

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

Download chapter only if it doesn't already exist #2

Closed NithishRaja closed 4 years ago

NithishRaja commented 4 years ago

Script currently downloads all chapters each time. Chapters need to be downloaded only if they do not already exist.

NithishRaja commented 4 years ago

This commit added code to check if chapter exists. Chapter is downloaded only if it doesn't exist. Chapters can never contain partial pages, since each chapter is written only after all pages are downloaded.