frozenpandaman / mangadex-dl

Download manga from MangaDex.org
GNU General Public License v3.0
238 stars 38 forks source link

Pdf creation #51

Closed Mundzuk closed 2 years ago

Mundzuk commented 2 years ago

Now after downloading all the images it automatically creates a PDF using PIL.Image. So you can have your images plus a pdf of the manga. Also it doesn't need any request to mangadex so you don't have to worry about making too many requests. (If you don't want a PDF you can use "-p" as an argument in the terminal and no pdf will be added) There is an issue requesting this feature #49 On the other hand, there is also an issue about skipping chapters that have already been downloaded #39. I didn't add that solution to this pull request because I thought you wanted to be able to download the chapters twice, but if you want me to add that feature just ask me and I'll send you another PR because it's easy to implement.