NithishRaja / manga-downloader

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

URL for each chapter is hard coded. Add code to get it dynamically. #3

Closed NithishRaja closed 4 years ago

NithishRaja commented 4 years ago

URL for each chapter is hard coded with only the chapter number changing. URL for each chapter can be dynamically obtained from the home page.

NithishRaja commented 4 years ago

This commit added code to get chapter URLs dynamically. Only page URL is hard coded.