Closed NithishRaja closed 4 years ago
Script currently downloads all chapters each time. Chapters need to be downloaded only if they do not already exist.
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.
Script currently downloads all chapters each time. Chapters need to be downloaded only if they do not already exist.